Searched refs:fileattr_get (Results 1 – 25 of 32) sorted by relevance
12
/openbmc/linux/fs/reiserfs/ |
H A D | file.c | 261 .fileattr_get = reiserfs_fileattr_get, 268 .fileattr_get = reiserfs_fileattr_get,
|
H A D | namei.c | 1662 .fileattr_get = reiserfs_fileattr_get, 1708 .fileattr_get = reiserfs_fileattr_get,
|
/openbmc/linux/fs/nilfs2/ |
H A D | file.c | 157 .fileattr_get = nilfs_fileattr_get,
|
H A D | namei.c | 578 .fileattr_get = nilfs_fileattr_get,
|
/openbmc/linux/fs/jfs/ |
H A D | file.c | 133 .fileattr_get = jfs_fileattr_get,
|
H A D | namei.c | 1530 .fileattr_get = jfs_fileattr_get,
|
/openbmc/linux/fs/efivarfs/ |
H A D | inode.c | 186 .fileattr_get = efivarfs_fileattr_get,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 1123 .fileattr_get = xfs_fileattr_get, 1150 .fileattr_get = xfs_fileattr_get, 1177 .fileattr_get = xfs_fileattr_get,
|
/openbmc/linux/fs/ext2/ |
H A D | file.c | 329 .fileattr_get = ext2_fileattr_get,
|
H A D | namei.c | 421 .fileattr_get = ext2_fileattr_get,
|
/openbmc/linux/fs/ |
H A D | ioctl.c | 530 if (!inode->i_op->fileattr_get) in vfs_fileattr_get() 533 return inode->i_op->fileattr_get(dentry, fa); in vfs_fileattr_get()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 1185 .fileattr_get = ecryptfs_fileattr_get, 1196 .fileattr_get = ecryptfs_fileattr_get,
|
/openbmc/linux/fs/hfsplus/ |
H A D | dir.c | 572 .fileattr_get = hfsplus_fileattr_get,
|
H A D | inode.c | 366 .fileattr_get = hfsplus_fileattr_get,
|
/openbmc/linux/fs/ext4/ |
H A D | file.c | 958 .fileattr_get = ext4_fileattr_get,
|
/openbmc/linux/fs/gfs2/ |
H A D | inode.c | 2185 .fileattr_get = gfs2_fileattr_get, 2208 .fileattr_get = gfs2_fileattr_get,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 86 int (*fileattr_get)(struct dentry *dentry, struct fileattr *fa); 117 fileattr_get: no or exclusive
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 2120 .fileattr_get = fuse_fileattr_get, 2143 .fileattr_get = fuse_fileattr_get,
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 976 .fileattr_get = orangefs_fileattr_get,
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 881 .fileattr_get = ovl_fileattr_get,
|
H A D | dir.c | 1312 .fileattr_get = ovl_fileattr_get,
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 1645 .fileattr_get = ubifs_fileattr_get,
|
H A D | dir.c | 1705 .fileattr_get = ubifs_fileattr_get,
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 1330 .fileattr_get = f2fs_fileattr_get,
|
/openbmc/linux/mm/ |
H A D | shmem.c | 4501 .fileattr_get = shmem_fileattr_get, 4523 .fileattr_get = shmem_fileattr_get,
|
12