rootid           3399 fs/btrfs/ctree.h static inline int is_fstree(u64 rootid)
rootid           3401 fs/btrfs/ctree.h 	if (rootid == BTRFS_FS_TREE_OBJECTID ||
rootid           3402 fs/btrfs/ctree.h 	    ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID &&
rootid           3403 fs/btrfs/ctree.h 	      !btrfs_qgroup_level(rootid)))
rootid             33 include/linux/capability.h 	kuid_t rootid;
rootid           1511 include/trace/events/btrfs.h 		__field(	u64,		rootid		)
rootid           1520 include/trace/events/btrfs.h 		__entry->rootid		=
rootid           1530 include/trace/events/btrfs.h 		  __entry->rootid, __entry->ino, __entry->start, __entry->len,
rootid           1900 include/trace/events/btrfs.h 		__field(	u64,		rootid	)
rootid           1912 include/trace/events/btrfs.h 			__entry->rootid	=
rootid           1916 include/trace/events/btrfs.h 			__entry->rootid	= 0;
rootid           1926 include/trace/events/btrfs.h 		__entry->rootid, __entry->start, __entry->len,
rootid           1939 include/trace/events/btrfs.h 		__field(	u64,		rootid	)
rootid           1951 include/trace/events/btrfs.h 			__entry->rootid	=
rootid           1955 include/trace/events/btrfs.h 			__entry->rootid	= 0;
rootid           1965 include/trace/events/btrfs.h 		__entry->rootid, __entry->start, __entry->len,
rootid           1978 include/trace/events/btrfs.h 		__field(	u64,		rootid	)
rootid           1991 include/trace/events/btrfs.h 			__entry->rootid	=
rootid           1995 include/trace/events/btrfs.h 			__entry->rootid	= 0;
rootid           2006 include/trace/events/btrfs.h 		  __entry->rootid, __entry->start, __entry->len,
rootid             89 include/uapi/linux/capability.h 	__le32 rootid;
rootid             59 kernel/audit.h 	kuid_t			rootid;
rootid           1185 kernel/auditsc.c 			 from_kuid(&init_user_ns, name->fcap.rootid));
rootid           1502 kernel/auditsc.c 						   axs->fcap.rootid));
rootid           1912 kernel/auditsc.c 	name->fcap.rootid = caps.rootid;
rootid           2461 kernel/auditsc.c 	ax->fcap.rootid = vcaps.rootid;
rootid            412 security/commoncap.c 	root = le32_to_cpu(nscap->rootid);
rootid            421 security/commoncap.c 			nscap->rootid = cpu_to_le32(mappedroot);
rootid            457 security/commoncap.c 	uid_t rootid = 0;
rootid            460 security/commoncap.c 		rootid = le32_to_cpu(nscap->rootid);
rootid            462 security/commoncap.c 	return make_kuid(task_ns, rootid);
rootid            485 security/commoncap.c 	kuid_t rootid;
rootid            499 security/commoncap.c 	rootid = rootid_from_xattr(*ivalue, size, task_ns);
rootid            500 security/commoncap.c 	if (!uid_valid(rootid))
rootid            503 security/commoncap.c 	nsrootid = from_kuid(fs_ns, rootid);
rootid            511 security/commoncap.c 	nscap->rootid = cpu_to_le32(nsrootid);
rootid            618 security/commoncap.c 		rootkuid = make_kuid(fs_ns, le32_to_cpu(nscaps->rootid));
rootid            640 security/commoncap.c 	cpu_caps->rootid = rootkuid;