Searched refs:rootid (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/security/ |
D | commoncap.c | 415 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 449 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 509 uid_t rootid = 0; in rootid_from_xattr() local 512 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 514 rootkid = make_kuid(task_ns, rootid); in rootid_from_xattr() 552 kuid_t rootid; in cap_convert_nscap() local 566 rootid = rootid_from_xattr(*ivalue, size, task_ns, mnt_userns, fs_ns); in cap_convert_nscap() 567 if (!uid_valid(rootid)) in cap_convert_nscap() 570 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 578 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | btrfs.h | 1588 __field( u64, rootid ) 1597 __entry->rootid = 1607 __entry->rootid, __entry->ino, __entry->start, __entry->len, 1988 __field( u64, rootid ) 2000 __entry->rootid = 2004 __entry->rootid = 0; 2014 __entry->rootid, __entry->start, __entry->len, 2027 __field( u64, rootid ) 2039 __entry->rootid = 2043 __entry->rootid = 0; [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | capability.h | 89 __le32 rootid; member
|
/Linux-v6.1/include/linux/ |
D | capability.h | 33 kuid_t rootid; member
|
/Linux-v6.1/kernel/ |
D | audit.h | 63 kuid_t rootid; member
|
D | auditsc.c | 1315 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1742 axs->fcap.rootid)); in audit_log_exit() 2259 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2813 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|
/Linux-v6.1/fs/btrfs/ |
D | ctree.h | 4051 static inline int is_fstree(u64 rootid) in is_fstree() argument 4053 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 4054 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 4055 !btrfs_qgroup_level(rootid))) in is_fstree()
|