Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ioctl.c1729 __u32 last_flags = 0; in xfs_ioc_getfsmap() local
1815 last_flags = last_rec->fmr_flags; in xfs_ioc_getfsmap()
1829 last_flags |= FMR_OF_LAST; in xfs_ioc_getfsmap()
1832 if (copy_to_user(&user_rec->fmr_flags, &last_flags, in xfs_ioc_getfsmap()
1833 sizeof(last_flags))) { in xfs_ioc_getfsmap()