Searched refs:ATTR_SIZE (Results 1 - 25 of 80) sorted by last modified time

1234

/linux-master/fs/btrfs/
H A Dinode.c5122 if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) {
/linux-master/fs/bcachefs/
H A Dfs.c733 if (ia_valid & ATTR_SIZE)
881 return iattr->ia_valid & ATTR_SIZE
H A Dfs-io.c444 iattr->ia_valid &= ~ATTR_SIZE;
/linux-master/mm/
H A Dshmem.c1172 if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) {
/linux-master/fs/fuse/
H A Dfile.c2967 attr.ia_valid = ATTR_SIZE;
H A Ddir.c1734 if ((ivalid & ATTR_SIZE) && (ivalid & (ATTR_OPEN | ATTR_FILE)))
1752 if (ivalid & ATTR_SIZE)
1896 if (attr->ia_valid & ATTR_SIZE) {
1914 WARN_ON(!(attr->ia_valid & ATTR_SIZE));
1963 if (attr->ia_valid & ATTR_SIZE) {
/linux-master/fs/9p/
H A Dvfs_inode.c1023 if (iattr->ia_valid & ATTR_SIZE)
1050 if ((iattr->ia_valid & ATTR_SIZE) &&
H A Dvfs_inode_dotl.c448 { ATTR_SIZE, P9_ATTR_SIZE },
497 if (iattr->ia_valid & ATTR_SIZE)
534 if ((iattr->ia_valid & ATTR_SIZE) && iattr->ia_size !=
/linux-master/fs/nfsd/
H A Dnfs4xdr.c411 iattr->ia_valid |= ATTR_SIZE;
H A Dnfs4state.c5465 .ia_valid = ATTR_SIZE,
H A Dvfs.c436 if (iap->ia_valid & ATTR_SIZE) {
445 .ia_valid = ATTR_SIZE | ATTR_CTIME | ATTR_MTIME,
455 iap->ia_valid &= ~ATTR_SIZE;
499 bool size_change = (iap->ia_valid & ATTR_SIZE);
502 if (iap->ia_valid & ATTR_SIZE) {
1458 if ((iap->ia_valid & ATTR_SIZE) && (iap->ia_size == 0))
1459 iap->ia_valid &= ~ATTR_SIZE;
/linux-master/fs/zonefs/
H A Dsuper.c567 if (iattr->ia_valid & ATTR_SIZE) {
/linux-master/fs/smb/client/
H A Dinode.c2870 * this for ATTR_SIZE and ATTR_MTIME for sure, and if we change the
2888 if (attrs->ia_valid & ATTR_SIZE) {
2959 if ((attrs->ia_valid & ATTR_SIZE) &&
3022 * this for ATTR_SIZE and ATTR_MTIME. If the flush of the data
3029 if (attrs->ia_valid & (ATTR_MTIME | ATTR_SIZE | ATTR_CTIME)) {
3055 if (attrs->ia_valid & ATTR_SIZE) {
3150 (ATTR_MODE | ATTR_GID | ATTR_UID | ATTR_SIZE)))
3159 if ((attrs->ia_valid & ATTR_SIZE) &&
/linux-master/include/linux/
H A Dfs.h199 #define ATTR_SIZE (1 << 3) macro
H A Dfsnotify.h410 if (ia_valid & ATTR_SIZE)
/linux-master/fs/vboxsf/
H A Dutils.c276 if (iattr->ia_valid & ATTR_SIZE)
335 if (iattr->ia_valid & ATTR_SIZE) {
/linux-master/fs/ubifs/
H A Dfile.c1240 if (attr->ia_valid & ATTR_SIZE) {
1246 if (attr->ia_valid & ATTR_SIZE) {
1256 if (attr->ia_valid & ATTR_SIZE)
1294 if ((attr->ia_valid & ATTR_SIZE) && attr->ia_size < inode->i_size)
/linux-master/fs/overlayfs/
H A Dcopy_up.c356 .ia_valid = ATTR_SIZE,
/linux-master/fs/f2fs/
H A Dfile.c955 if ((attr->ia_valid & ATTR_SIZE) &&
996 if (attr->ia_valid & ATTR_SIZE) {
/linux-master/fs/nfs/
H A Dnfs4proc.c85 | ATTR_SIZE \
3336 truncate = (arg->iap->ia_valid & ATTR_SIZE) ? true : false;
3412 if (!(sattr->ia_valid & ATTR_SIZE)) {
4392 sattr->ia_valid & ATTR_SIZE &&
H A Dinode.c607 #define NFS_VALID_ATTRS (ATTR_MODE|ATTR_UID|ATTR_GID|ATTR_SIZE|ATTR_ATIME|ATTR_ATIME_SET|ATTR_MTIME|ATTR_MTIME_SET|ATTR_FILE|ATTR_OPEN)
623 if (attr->ia_valid & ATTR_SIZE) {
631 attr->ia_valid &= ~ATTR_SIZE;
711 if ((attr->ia_valid & ATTR_SIZE) != 0) {
/linux-master/fs/ext4/
H A Dinode.c5344 if (attr->ia_valid & ATTR_SIZE) {
/linux-master/security/selinux/
H A Dhooks.c3160 (ia_valid & ATTR_SIZE) &&
/linux-master/fs/xfs/
H A Dxfs_iops.c672 ASSERT((mask & ATTR_SIZE) == 0);
817 iattr->ia_valid &= ~ATTR_SIZE;
1008 if (iattr->ia_valid & ATTR_SIZE) {
H A Dxfs_file.c1107 iattr.ia_valid = ATTR_SIZE;

Completed in 544 milliseconds

1234