Searched refs:ATTR_SIZE (Results 26 - 50 of 80) sorted by relevance

1234

/linux-master/include/linux/
H A Dfsnotify.h410 if (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/hostfs/
H A Dhostfs_kern.c816 attr->ia_valid &= ~ATTR_SIZE;
831 if (attr->ia_valid & ATTR_SIZE) {
864 if ((attr->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) {
/linux-master/fs/9p/
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 !=
H A Dvfs_inode.c1023 if (iattr->ia_valid & ATTR_SIZE)
1050 if ((iattr->ia_valid & ATTR_SIZE) &&
/linux-master/fs/nfsd/
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;
H A Dnfsxdr.c168 iap->ia_valid |= ATTR_SIZE;
H A Dnfs4proc.c318 open->op_truncate = (iap->ia_valid & ATTR_SIZE) &&
358 if ((iap->ia_valid & ATTR_SIZE) && (iap->ia_size == 0))
359 iap->ia_valid &= ~ATTR_SIZE;
498 open->op_truncate = (open->op_iattr.ia_valid & ATTR_SIZE) &&
851 create->cr_iattr.ia_valid &= ~ATTR_SIZE;
1149 if (setattr->sa_iattr.ia_valid & ATTR_SIZE) {
/linux-master/fs/affs/
H A Dinode.c240 if ((attr->ia_valid & ATTR_SIZE) &&
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c196 attr->ia_valid &= ~ATTR_SIZE;
/linux-master/fs/nfs/
H A Dnfs4file.c68 attr.ia_valid |= ATTR_SIZE;
H A Dproc.c285 sattr->ia_valid &= ~ATTR_SIZE;
287 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) {
H A Dnfs3xdr.c555 if (attr->ia_valid & ATTR_SIZE)
581 if (attr->ia_valid & ATTR_SIZE) {
H A Dnfs2xdr.c359 if (attr->ia_valid & ATTR_SIZE)
/linux-master/fs/overlayfs/
H A Dinode.c35 if (attr->ia_valid & ATTR_SIZE) {
49 if (attr->ia_valid & ATTR_SIZE) {
/linux-master/fs/fuse/
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/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/fs/afs/
H A Dfsclient.c1197 ASSERT(attr->ia_valid & ATTR_SIZE);
1240 ASSERT(attr->ia_valid & ATTR_SIZE);
1279 if (attr->ia_valid & ATTR_SIZE)
/linux-master/fs/ocfs2/
H A Dfile.c1137 attr->ia_valid &= ~ATTR_SIZE;
1139 #define OCFS2_VALID_ATTRS (ATTR_ATIME | ATTR_MTIME | ATTR_CTIME | ATTR_SIZE \
1153 size_change = S_ISREG(inode->i_mode) && attr->ia_valid & ATTR_SIZE;
/linux-master/fs/orangefs/
H A Dinode.c795 if (iattr->ia_valid & ATTR_SIZE) {
/linux-master/fs/reiserfs/
H A Dxattr.c596 .ia_valid = ATTR_SIZE | ATTR_CTIME,
/linux-master/fs/hfsplus/
H A Dinode.c255 if ((attr->ia_valid & ATTR_SIZE) &&
/linux-master/fs/hfs/
H A Dinode.c643 if ((attr->ia_valid & ATTR_SIZE) &&

Completed in 263 milliseconds

1234