Lines Matching refs:dir_attr
182 res.dir_attr = nfs_alloc_fattr();
183 if (res.dir_attr == NULL)
189 nfs_refresh_inode(dir, res.dir_attr);
196 nfs_free_fattr(res.dir_attr);
272 struct nfs_fattr dir_attr;
285 data->res.dir_attr = &data->dir_attr;
287 nfs_fattr_init(data->res.dir_attr);
298 nfs_post_op_update_inode(dir, data->res.dir_attr);
365 nfs_fattr_init(data->res.dir_attr);
424 res.dir_attr = nfs_alloc_fattr();
425 if (res.dir_attr == NULL)
429 nfs_post_op_update_inode(dir, res.dir_attr);
430 nfs_free_fattr(res.dir_attr);
456 nfs_post_op_update_inode(dir, res->dir_attr);
507 res.dir_attr = nfs_alloc_fattr();
508 if (res.fattr == NULL || res.dir_attr == NULL)
512 nfs_post_op_update_inode(dir, res.dir_attr);
515 nfs_free_fattr(res.dir_attr);
605 struct nfs_fattr *dir_attr;
618 dir_attr = nfs_alloc_fattr();
619 if (dir_attr == NULL)
622 msg.rpc_resp = dir_attr;
624 nfs_post_op_update_inode(dir, dir_attr);
625 nfs_free_fattr(dir_attr);
672 res.dir_attr = nfs_alloc_fattr();
673 if (res.dir_attr == NULL)
679 nfs_refresh_inode(dir, res.dir_attr);
681 nfs_free_fattr(res.dir_attr);