Searched refs:ATTR_SIZE (Results 1 - 25 of 80) sorted by path

1234

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c100 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/adfs/
H A Dinode.c324 if (ia_valid & ATTR_SIZE)
350 if (ia_valid & (ATTR_SIZE | ATTR_MTIME | ATTR_MODE))
/linux-master/fs/affs/
H A Dinode.c240 if ((attr->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)
H A Dinode.c686 if (op->setattr.attr->ia_valid & ATTR_SIZE) {
698 if (op->setattr.attr->ia_valid & ATTR_SIZE) {
724 ATTR_SIZE | ATTR_MODE | ATTR_UID | ATTR_GID |
742 if (attr->ia_valid & ATTR_SIZE) {
751 attr->ia_valid &= ~ATTR_SIZE;
759 if ((attr->ia_valid & ATTR_SIZE) && S_ISREG(inode->i_mode)) {
772 if (!(attr->ia_valid & (supported & ~ATTR_SIZE & ~ATTR_MTIME)) &&
795 if (attr->ia_valid & ATTR_SIZE) {
H A Dyfsclient.c1190 if (attr->ia_valid & ATTR_SIZE)
/linux-master/fs/
H A Dattr.c173 if (ia_valid & ATTR_SIZE) {
/linux-master/fs/bcachefs/
H A Dfs-io.c444 iattr->ia_valid &= ~ATTR_SIZE;
H A Dfs.c733 if (ia_valid & ATTR_SIZE)
881 return iattr->ia_valid & ATTR_SIZE
/linux-master/fs/btrfs/
H A Dinode.c5122 if (S_ISREG(inode->i_mode) && (attr->ia_valid & ATTR_SIZE)) {
/linux-master/fs/cachefiles/
H A Dinterface.c142 newattrs.ia_valid = ATTR_SIZE;
152 newattrs.ia_valid = ATTR_SIZE;
/linux-master/fs/ceph/
H A Dinode.c2627 if (ia_valid & ATTR_SIZE) {
2706 bool only = (ia_valid & (ATTR_SIZE|ATTR_MTIME|ATTR_ATIME|
2818 if ((attr->ia_valid & ATTR_SIZE) &&
2822 if ((attr->ia_valid & ATTR_SIZE) &&
/linux-master/fs/coda/
H A Dcoda_linux.c195 if ( valid & ATTR_SIZE ) {
/linux-master/fs/crypto/
H A Dhooks.c147 if (attr->ia_valid & ATTR_SIZE)
/linux-master/fs/ecryptfs/
H A Dinode.c730 * interpolations. If ATTR_SIZE is set in lower_ia->ia_valid upon return,
747 lower_ia->ia_valid &= ~ATTR_SIZE;
758 lower_ia->ia_valid &= ~ATTR_SIZE;
776 lower_ia->ia_valid |= ATTR_SIZE;
813 lower_ia->ia_valid |= ATTR_SIZE;
815 lower_ia->ia_valid &= ~ATTR_SIZE;
856 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length };
865 if (!rc && lower_ia.ia_valid & ATTR_SIZE) {
955 if (ia->ia_valid & ATTR_SIZE) {
964 if (ia->ia_valid & ATTR_SIZE) {
[all...]
/linux-master/fs/exfat/
H A Dfile.c304 if ((attr->ia_valid & ATTR_SIZE) &&
307 if (error || attr->ia_valid == ATTR_SIZE)
309 attr->ia_valid &= ~ATTR_SIZE;
344 if (attr->ia_valid & ATTR_SIZE)
350 if (attr->ia_valid & ATTR_SIZE) {
/linux-master/fs/ext2/
H A Dinode.c1659 if (iattr->ia_valid & ATTR_SIZE && iattr->ia_size != inode->i_size) {
/linux-master/fs/ext4/
H A Dinode.c5344 if (attr->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/fat/
H A Dfile.c509 if (attr->ia_valid & ATTR_SIZE) {
514 if (error || attr->ia_valid == ATTR_SIZE)
516 attr->ia_valid &= ~ATTR_SIZE;
545 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) {
H A Dfile.c2967 attr.ia_valid = ATTR_SIZE;
/linux-master/fs/gfs2/
H A Dinode.c2024 if (attr->ia_valid & ATTR_SIZE)

Completed in 664 milliseconds

1234