Searched refs:rootid (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 406 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 437 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 479 uid_t rootid = 0; in rootid_from_xattr() local 482 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 484 return make_kuid(task_ns, rootid); in rootid_from_xattr() 507 kuid_t rootid; in cap_convert_nscap() local 521 rootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap() 522 if (!uid_valid(rootid)) in cap_convert_nscap() 525 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 533 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 1529 __field( u64, rootid ) 1538 __entry->rootid = 1548 __entry->rootid, __entry->ino, __entry->start, __entry->len, 1917 __field( u64, rootid ) 1929 __entry->rootid = 1933 __entry->rootid = 0; 1943 __entry->rootid, __entry->start, __entry->len, 1956 __field( u64, rootid ) 1968 __entry->rootid = 1972 __entry->rootid = 0; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | capability.h | 89 __le32 rootid; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | capability.h | 89 __le32 rootid; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | capability.h | 89 __le32 rootid; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | capability.h | 33 kuid_t rootid; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | auditsc.c | 1214 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1583 axs->fcap.rootid)); in audit_log_exit() 2006 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2555 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|
| H A D | audit.h | 59 kuid_t rootid; member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ctree.h | 3581 static inline int is_fstree(u64 rootid) in is_fstree() argument 3583 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 3584 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 3585 !btrfs_qgroup_level(rootid))) in is_fstree()
|