Searched refs:rootid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/security/ |
D | commoncap.c | 412 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 421 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 457 uid_t rootid = 0; in rootid_from_xattr() local 460 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 462 return make_kuid(task_ns, rootid); in rootid_from_xattr() 485 kuid_t rootid; in cap_convert_nscap() local 499 rootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap() 500 if (!uid_valid(rootid)) in cap_convert_nscap() 503 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 511 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
/Linux-v5.4/include/trace/events/ |
D | btrfs.h | 1511 __field( u64, rootid ) 1520 __entry->rootid = 1530 __entry->rootid, __entry->ino, __entry->start, __entry->len, 1900 __field( u64, rootid ) 1912 __entry->rootid = 1916 __entry->rootid = 0; 1926 __entry->rootid, __entry->start, __entry->len, 1939 __field( u64, rootid ) 1951 __entry->rootid = 1955 __entry->rootid = 0; [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | capability.h | 89 __le32 rootid; member
|
/Linux-v5.4/include/linux/ |
D | capability.h | 33 kuid_t rootid; member
|
/Linux-v5.4/kernel/ |
D | audit.h | 59 kuid_t rootid; member
|
D | auditsc.c | 1185 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1502 axs->fcap.rootid)); in audit_log_exit() 1912 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2461 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|
/Linux-v5.4/fs/btrfs/ |
D | ctree.h | 3397 static inline int is_fstree(u64 rootid) in is_fstree() argument 3399 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 3400 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 3401 !btrfs_qgroup_level(rootid))) in is_fstree()
|