Home
last modified time | relevance | path

Searched refs:fsx_nextents (Results 1 – 6 of 6) sorted by relevance

/linux/fs/
H A Dioctl.c551 xfa.fsx_nextents = fa->fsx_nextents; in copy_fsxattr_to_user()
572 fa->fsx_nextents = xfa.fsx_nextents; in copy_fsxattr_from_user()
689 fa->fsx_nextents = old_ma.fsx_nextents; in vfs_fileattr_set()
/linux/fs/fuse/
H A Dioctl.c531 fa->fsx_nextents = xfa.fsx_nextents; in fuse_fileattr_get()
563 xfa.fsx_nextents = fa->fsx_nextents; in fuse_fileattr_set()
/linux/include/linux/
H A Dfileattr.h28 u32 fsx_nextents; /* nextents field value (get) */ member
/linux/include/uapi/linux/
H A Dfs.h136 __u32 fsx_nextents; /* nextents field value (get) */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h136 __u32 fsx_nextents; /* nextents field value (get) */ member
/linux/fs/xfs/
H A Dxfs_ioctl.c436 fa->fsx_nextents = xfs_iext_count(ifp); in xfs_fill_fsxattr()
438 fa->fsx_nextents = xfs_ifork_nextents(ifp); in xfs_fill_fsxattr()