Searched refs:fileattr_get (Results 1 – 23 of 23) sorted by relevance
/linux/fs/nilfs2/ |
H A D | file.c | 159 .fileattr_get = nilfs_fileattr_get,
|
/linux/fs/ |
H A D | file_attr.c | 86 if (!inode->i_op->fileattr_get) in vfs_fileattr_get() 93 return inode->i_op->fileattr_get(dentry, fa); in vfs_fileattr_get()
|
/linux/fs/efivarfs/ |
H A D | inode.c | 192 .fileattr_get = efivarfs_fileattr_get,
|
/linux/fs/xfs/ |
H A D | xfs_iops.c | 1274 .fileattr_get = xfs_fileattr_get, 1301 .fileattr_get = xfs_fileattr_get, 1328 .fileattr_get = xfs_fileattr_get,
|
/linux/fs/ext2/ |
H A D | file.c | 337 .fileattr_get = ext2_fileattr_get,
|
/linux/fs/ecryptfs/ |
H A D | inode.c | 1187 .fileattr_get = ecryptfs_fileattr_get, 1198 .fileattr_get = ecryptfs_fileattr_get,
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1764 .fileattr_get = bch2_fileattr_get, 1786 .fileattr_get = bch2_fileattr_get, 1810 .fileattr_get = bch2_fileattr_get, 1822 .fileattr_get = bch2_fileattr_get,
|
/linux/fs/hfsplus/ |
H A D | inode.c | 363 .fileattr_get = hfsplus_fileattr_get,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 91 int (*fileattr_get)(struct dentry *dentry, struct file_kattr *fa); 122 fileattr_get: no or exclusive
|
H A D | vfs.rst | 519 int (*fileattr_get)(struct dentry *dentry, struct file_kattr *fa); 689 ``fileattr_get``
|
/linux/fs/gfs2/ |
H A D | inode.c | 2266 .fileattr_get = gfs2_fileattr_get, 2289 .fileattr_get = gfs2_fileattr_get,
|
/linux/fs/overlayfs/ |
H A D | inode.c | 753 .fileattr_get = ovl_fileattr_get,
|
H A D | dir.c | 1434 .fileattr_get = ovl_fileattr_get,
|
/linux/fs/fuse/ |
H A D | dir.c | 2227 .fileattr_get = fuse_fileattr_get, 2250 .fileattr_get = fuse_fileattr_get,
|
/linux/fs/orangefs/ |
H A D | inode.c | 948 .fileattr_get = orangefs_fileattr_get,
|
/linux/fs/f2fs/ |
H A D | namei.c | 1351 .fileattr_get = f2fs_fileattr_get,
|
H A D | file.c | 1192 .fileattr_get = f2fs_fileattr_get,
|
/linux/mm/ |
H A D | shmem.c | 5290 .fileattr_get = shmem_fileattr_get, 5312 .fileattr_get = shmem_fileattr_get,
|
/linux/fs/ocfs2/ |
H A D | file.c | 2784 .fileattr_get = ocfs2_fileattr_get,
|
H A D | namei.c | 2945 .fileattr_get = ocfs2_fileattr_get,
|
/linux/include/linux/ |
H A D | fs.h | 2264 int (*fileattr_get)(struct dentry *dentry, struct file_kattr *fa); member
|
/linux/fs/ext4/ |
H A D | namei.c | 4231 .fileattr_get = ext4_fileattr_get,
|
/linux/fs/btrfs/ |
H A D | inode.c | 10488 .fileattr_get = btrfs_fileattr_get, 10540 .fileattr_get = btrfs_fileattr_get,
|