Lines Matching refs:dir_attr
176 res.dir_attr = nfs_alloc_fattr();
177 if (res.dir_attr == NULL)
182 nfs_refresh_inode(dir, res.dir_attr);
189 nfs_free_fattr(res.dir_attr);
296 struct nfs_fattr dir_attr;
309 data->res.dir_attr = &data->dir_attr;
311 nfs_fattr_init(data->res.dir_attr);
322 nfs_post_op_update_inode(dir, data->res.dir_attr);
389 nfs_fattr_init(data->res.dir_attr);
448 res.dir_attr = nfs_alloc_fattr();
449 if (res.dir_attr == NULL)
453 nfs_post_op_update_inode(dir, res.dir_attr);
454 nfs_free_fattr(res.dir_attr);
480 nfs_post_op_update_inode(dir, res->dir_attr);
531 res.dir_attr = nfs_alloc_fattr();
532 if (res.fattr == NULL || res.dir_attr == NULL)
536 nfs_post_op_update_inode(dir, res.dir_attr);
539 nfs_free_fattr(res.dir_attr);
629 struct nfs_fattr *dir_attr;
642 dir_attr = nfs_alloc_fattr();
643 if (dir_attr == NULL)
646 msg.rpc_resp = dir_attr;
648 nfs_post_op_update_inode(dir, dir_attr);
649 nfs_free_fattr(dir_attr);
695 res.dir_attr = nfs_alloc_fattr();
696 if (res.dir_attr == NULL)
702 nfs_refresh_inode(dir, res.dir_attr);
704 nfs_free_fattr(res.dir_attr);