Searched refs:fs_locations (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4namespace.c69 * Check that fs_locations::fs_root [RFC3530 6.3] is a prefix for what we
117 * @fspath - fs path returned in fs_locations
221 struct nfs4_fs_locations *fs_locations = NULL; local
232 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
233 if (fs_locations == NULL)
243 err = nfs4_proc_fs_locations(parent->d_inode, &dentry->d_name, fs_locations, page);
246 fs_locations->nlocations <= 0 ||
247 fs_locations->fs_path.ncomponents <= 0)
250 mnt = nfs_follow_referral(mnt_parent, dentry, fs_locations);
253 kfree(fs_locations);
[all...]
H A Dnfs4_fs.h173 struct nfs4_fs_locations *fs_locations, struct page *page);
H A Dnfs4proc.c3548 struct nfs4_fs_locations *fs_locations, struct page *page)
3564 .rpc_resp = fs_locations,
3569 nfs_fattr_init(&fs_locations->fattr);
3570 fs_locations->server = server;
3571 fs_locations->nlocations = 0;
3547 nfs4_proc_fs_locations(struct inode *dir, struct qstr *name, struct nfs4_fs_locations *fs_locations, struct page *page) argument

Completed in 106 milliseconds