Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_icache.c1258 struct xfs_eofblocks *eofb) in xfs_inode_match_id() argument
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() argument
1284 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id_union()
1285 uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id_union()
[all …]
H A Dxfs_file.c716 struct xfs_eofblocks eofb = {0}; in xfs_file_buffered_aio_write() local
722 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write()
723 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
724 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
H A Dxfs_ioctl.c2336 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 Dxfs_super.c1718 struct xfs_eofblocks eofb = { in xfs_remount_ro() local
1740 error = xfs_icache_free_cowblocks(mp, &eofb); in xfs_remount_ro()