Searched refs:eofb (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_icache.c | 1258 struct xfs_eofblocks *eofb) in xfs_inode_match_id() 1260 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id() 1261 !uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id() 1264 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id() 1265 !gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id() 1268 if ((eofb->eof_flags & XFS_EOF_FLAGS_PRID) && in xfs_inode_match_id() 1269 ip->i_d.di_projid != eofb->eof_prid) in xfs_inode_match_id() 1282 struct xfs_eofblocks *eofb) in xfs_inode_match_id_union() 1284 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id_union() 1285 uid_eq(VFS_I(ip)->i_uid, eofb in xfs_inode_match_id_union() 1256 xfs_inode_match_id( struct xfs_inode *ip, struct xfs_eofblocks *eofb) xfs_inode_match_id() argument 1280 xfs_inode_match_id_union( struct xfs_inode *ip, struct xfs_eofblocks *eofb) xfs_inode_match_id_union() argument 1305 xfs_inode_matches_eofb( struct xfs_inode *ip, struct xfs_eofblocks *eofb) xfs_inode_matches_eofb() argument 1352 struct xfs_eofblocks *eofb = args; xfs_inode_free_eofblocks() local 1392 xfs_icache_free_eofblocks( struct xfs_mount *mp, struct xfs_eofblocks *eofb) xfs_icache_free_eofblocks() argument 1407 __xfs_inode_free_quota_eofblocks( struct xfs_inode *ip, int (*execute)(struct xfs_mount *mp, struct xfs_eofblocks *eofb)) __xfs_inode_free_quota_eofblocks() argument 1413 struct xfs_eofblocks eofb = {0}; __xfs_inode_free_quota_eofblocks() local 1615 struct xfs_eofblocks *eofb = args; xfs_inode_free_cowblocks() local 1642 xfs_icache_free_cowblocks( struct xfs_mount *mp, struct xfs_eofblocks *eofb) xfs_icache_free_cowblocks() argument [all...] |
H A D | xfs_file.c | 714 struct xfs_eofblocks eofb = {0}; in xfs_file_buffered_aio_write() local 720 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write() 721 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write() 722 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
|
H A D | xfs_ioctl.c | 2336 struct xfs_fs_eofblocks eofb; in xfs_file_ioctl() local 2345 if (copy_from_user(&eofb, arg, sizeof(eofb))) in xfs_file_ioctl() 2348 error = xfs_fs_eofblocks_from_user(&eofb, &keofb); in xfs_file_ioctl()
|
H A D | xfs_super.c | 1718 struct xfs_eofblocks eofb = { in xfs_remount_ro() local 1729 * Cancel background eofb scanning so it cannot race with the final in xfs_remount_ro() 1740 error = xfs_icache_free_cowblocks(mp, &eofb); in xfs_remount_ro()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.c | 2138 struct xfs_fs_eofblocks eofb; in xfs_file_ioctl() local 2147 if (copy_from_user(&eofb, arg, sizeof(eofb))) in xfs_file_ioctl() 2150 error = xfs_fs_eofblocks_from_user(&eofb, &icw); in xfs_file_ioctl()
|
Completed in 11 milliseconds