Home
last modified time | relevance | path

Searched refs:fattr (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dnfs_fs.h420 extern int nfs_post_op_update_inode(struct inode *inode, struct nfs_fattr *fattr);
421 extern int nfs_post_op_update_inode_force_wcc(struct inode *inode, struct nfs_fattr *fattr);
422 extern int nfs_post_op_update_inode_force_wcc_locked(struct inode *inode, struct nfs_fattr *fattr);
438 extern void nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr);
449 extern void nfs_fattr_init(struct nfs_fattr *fattr);
450 extern void nfs_fattr_set_barrier(struct nfs_fattr *fattr);
466 static inline void nfs_free_fattr(const struct nfs_fattr *fattr) in nfs_free_fattr() argument
468 if (fattr) in nfs_free_fattr()
469 nfs4_label_free(fattr->label); in nfs_free_fattr()
470 kfree(fattr); in nfs_free_fattr()
[all …]
Dnfs_xdr.h140 struct nfs_fattr *fattr; /* Post-op attributes */ member
161 struct nfs_fattr *fattr; /* Post-op attributes */ member
179 struct nfs_fattr *fattr; /* Post-op attributes */ member
310 struct nfs_fattr *fattr; member
317 struct nfs_fattr fattr; member
553 struct nfs_fattr * fattr; member
644 struct nfs_fattr * fattr; member
689 struct nfs_fattr * fattr; member
719 struct nfs_fattr *fattr; member
777 struct nfs_fattr * fattr; member
[all …]