Linux Kernel
3.7.1
|
#include <linux/list.h>
Go to the source code of this file.
Data Structures | |
struct | v9fs_dentry |
Functions | |
struct p9_fid * | v9fs_fid_lookup (struct dentry *dentry) |
struct p9_fid * | v9fs_fid_clone (struct dentry *dentry) |
int | v9fs_fid_add (struct dentry *dentry, struct p9_fid *fid) |
struct p9_fid * | v9fs_writeback_fid (struct dentry *dentry) |
v9fs_fid_lookup - lookup for a fid, try to walk if not found : dentry to look for fid in
Look for a fid in the specified dentry for the current user. If no fid is found, try to create one walking from a fid from the parent dentry (if it has one), or the root dentry. If the user haven't accessed the fs yet, attach now and walk from the root.