Searched refs:sattr (Results 1 - 6 of 6) sorted by relevance

/fs/nfs/
H A Dnfs3proc.c121 struct iattr *sattr)
126 .sattr = sattr,
136 if (sattr->ia_valid & ATTR_FILE)
137 msg.rpc_cred = nfs_file_cred(sattr->ia_file);
141 nfs_setattr_update_inode(inode, sattr);
319 nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, argument
336 data->arg.create.sattr = sattr;
345 status = posix_acl_create(dir, &sattr
120 nfs3_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, struct iattr *sattr) argument
516 nfs3_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, unsigned int len, struct iattr *sattr) argument
547 nfs3_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) argument
671 nfs3_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, dev_t rdev) argument
[all...]
H A Dproc.c119 struct iattr *sattr)
124 .sattr = sattr
134 sattr->ia_mode &= S_IALLUGO;
137 if (sattr->ia_valid & ATTR_FILE)
138 msg.rpc_cred = nfs_file_cred(sattr->ia_file);
142 nfs_setattr_update_inode(inode, sattr);
204 struct dentry *dentry, struct iattr *sattr)
214 data->arg.sattr = sattr;
118 nfs_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, struct iattr *sattr) argument
203 nfs_alloc_createdata(struct inode *dir, struct dentry *dentry, struct iattr *sattr) argument
229 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, int flags) argument
258 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, dev_t rdev) argument
383 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, unsigned int len, struct iattr *sattr) argument
433 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) argument
[all...]
H A Dnfs4proc.c85 struct nfs_fattr *fattr, struct iattr *sattr,
98 struct iattr *sattr, struct nfs4_label *label)
108 err = security_dentry_init_security(dentry, sattr->ia_mode,
131 struct iattr *sattr, struct nfs4_label *l)
2217 static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) argument
2220 !(sattr->ia_valid & ATTR_ATIME_SET))
2221 sattr->ia_valid |= ATTR_ATIME;
2224 !(sattr->ia_valid & ATTR_MTIME_SET))
2225 sattr->ia_valid |= ATTR_MTIME;
2288 struct iattr *sattr,
97 nfs4_label_init_security(struct inode *dir, struct dentry *dentry, struct iattr *sattr, struct nfs4_label *label) argument
130 nfs4_label_init_security(struct inode *dir, struct dentry *dentry, struct iattr *sattr, struct nfs4_label *l) argument
2285 _nfs4_do_open(struct inode *dir, struct nfs_open_context *ctx, int flags, struct iattr *sattr, struct nfs4_label *label, int *opened) argument
2386 nfs4_do_open(struct inode *dir, struct nfs_open_context *ctx, int flags, struct iattr *sattr, struct nfs4_label *label, int *opened) argument
2445 _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, struct nfs_fattr *fattr, struct iattr *sattr, struct nfs4_state *state, struct nfs4_label *ilabel, struct nfs4_label *olabel) argument
2505 nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, struct nfs_fattr *fattr, struct iattr *sattr, struct nfs4_state *state, struct nfs4_label *ilabel, struct nfs4_label *olabel) argument
3216 nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, struct iattr *sattr) argument
3495 nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, int flags) argument
3696 nfs4_alloc_createdata(struct inode *dir, struct qstr *name, struct iattr *sattr, u32 ftype) argument
3747 _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, unsigned int len, struct iattr *sattr, struct nfs4_label *label) argument
3774 nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, unsigned int len, struct iattr *sattr) argument
3794 _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr, struct nfs4_label *label) argument
3812 nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) argument
3886 _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, struct nfs4_label *label, dev_t rdev) argument
3921 nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, dev_t rdev) argument
4740 struct iattr sattr = {0}; local
[all...]
H A Dnfs3xdr.c890 encode_sattr3(xdr, args->sattr);
1046 encode_sattr3(xdr, args->sattr);
1077 encode_sattr3(xdr, args->sattr);
1096 encode_sattr3(xdr, args->sattr);
1135 encode_sattr3(xdr, args->sattr);
1150 encode_sattr3(xdr, args->sattr);
H A Dnfs2xdr.c239 * work correctly. See description of sattr in section 6.1 of "NFS
333 * 2.3.6. sattr
335 * struct sattr {
578 * sattr attributes;
586 encode_sattr(xdr, args->sattr);
683 * sattr attributes;
691 encode_sattr(xdr, args->sattr);
742 * sattr attributes;
751 encode_sattr(xdr, args->sattr);
/fs/nfsd/
H A Dxdr.h120 struct nfsd_sattrargs sattr; member in union:nfsd_xdrstore

Completed in 79 milliseconds