Searched refs:ia_mode (Results 1 - 25 of 60) sorted by last modified time

123

/linux-master/fs/nfsd/
H A Dnfs4xdr.c424 iattr->ia_mode = mode;
425 iattr->ia_mode &= (S_IFMT | S_IALLUGO);
517 iattr->ia_mode = mode & (S_IFMT | S_IALLUGO);
H A Dvfs.c393 iap->ia_mode &= S_IALLUGO;
394 iap->ia_mode |= (inode->i_mode & ~S_IALLUGO);
403 iap->ia_mode &= ~S_ISUID;
404 if (iap->ia_mode & S_IXGRP)
405 iap->ia_mode &= ~S_ISGID;
1483 iap->ia_mode = 0;
1484 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type;
1487 iap->ia_mode &= ~current_umask();
1493 iap->ia_mode, tru
[all...]
H A Dnfsproc.c313 type = attr->ia_mode & S_IFMT;
314 mode = attr->ia_mode & ~S_IFMT;
353 attr->ia_mode = mode;
H A Dnfs4proc.c215 filp = dentry_create(&path, oflags, open->op_iattr.ia_mode,
249 iap->ia_mode = 0;
346 iap->ia_mode &= ~current_umask();
H A Dnfs3xdr.c225 iap->ia_mode = mode;
/linux-master/fs/nfs/
H A Dinode.c725 int mode = attr->ia_mode & S_IALLUGO;
H A Dnfs4proc.c130 err = security_dentry_init_security(dentry, sattr->ia_mode,
4729 sattr->ia_mode &= ~current_umask();
5116 sattr->ia_mode &= ~current_umask();
5191 int mode = sattr->ia_mode;
5235 sattr->ia_mode &= ~current_umask();
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c492 p9attr.mode = iattr->ia_mode;
H A Dvfs_inode.c1015 wstat.mode = unixmode2p9mode(v9ses, iattr->ia_mode);
/linux-master/fs/sysfs/
H A Dfile.c437 newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO);
/linux-master/fs/bcachefs/
H A Dfs.c744 umode_t mode = attr->ia_mode;
/linux-master/mm/
H A Dshmem.c1167 if ((inode->i_mode ^ attr->ia_mode) & 0111) {
/linux-master/fs/fuse/
H A Ddir.c1747 arg->valid |= FATTR_MODE, arg->mode = iattr->ia_mode;
2065 * ia_mode calculation may have used stale i_mode.
2072 attr->ia_mode = inode->i_mode;
2075 attr->ia_mode &= ~S_ISUID;
2079 attr->ia_mode &= ~S_ISGID;
/linux-master/fs/zonefs/
H A Dsuper.c555 (iattr->ia_mode & 0222))
/linux-master/fs/smb/client/
H A Dinode.c2906 args->mode = attrs->ia_mode;
3088 mode = attrs->ia_mode;
3104 if (mode != attrs->ia_mode)
3105 attrs->ia_mode = mode;
3114 attrs->ia_mode = inode->i_mode & ~S_IWUGO;
3125 attrs->ia_mode &= ~(S_IALLUGO);
3127 attrs->ia_mode |=
3130 attrs->ia_mode |=
/linux-master/fs/tracefs/
H A Devent_inode.c133 (iattr->ia_mode & EVENTFS_MODE_MASK) |
/linux-master/include/linux/
H A Dfs.h232 umode_t ia_mode; member in struct:iattr
/linux-master/fs/vboxsf/
H A Dutils.c283 #define mode_set(r) ((iattr->ia_mode & (S_##r)) ? SHFL_UNIX_##r : 0)
301 if (iattr->ia_mode & S_IFDIR)
/linux-master/fs/ubifs/
H A Dfile.c1099 umode_t mode = attr->ia_mode;
/linux-master/fs/overlayfs/
H A Dcopy_up.c384 .ia_mode = stat->mode,
H A Dsuper.c297 .ia_mode = S_IFDIR | 0,
318 err = ovl_mkdir_real(ofs, dir, &work, attr.ia_mode);
/linux-master/fs/f2fs/
H A Dfile.c925 umode_t mode = attr->ia_mode;
/linux-master/fs/ocfs2/
H A Dfile.c1131 attr->ia_valid, attr->ia_mode,
/linux-master/security/integrity/evm/
H A Devm_main.c864 (!(ia_valid & ATTR_MODE) || attr->ia_mode == inode->i_mode))
/linux-master/fs/
H A Dopen.c648 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);

Completed in 757 milliseconds

123