Searched refs:vfsmount (Results 1 - 25 of 184) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmount.h21 struct vfsmount;
34 #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */
35 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */
38 struct vfsmount { struct
40 struct vfsmount *mnt_parent; /* fs we are mounted on */
54 struct vfsmount *mnt_master; /* slave is on master->mnt_slave_list */
57 * We put mnt_count & mnt_expiry_mark at the end of struct vfsmount
66 static inline struct vfsmount *mntget(struct vfsmount *mnt)
73 extern void mntput_no_expire(struct vfsmount *mn
[all...]
H A Dfs_struct.h5 struct vfsmount;
12 struct vfsmount * rootmnt, * pwdmnt, * altrootmnt;
25 extern void set_fs_root(struct fs_struct *, struct vfsmount *, struct dentry *);
26 extern void set_fs_pwd(struct fs_struct *, struct vfsmount *, struct dentry *);
H A Ddcookies.h37 * Convert the given dentry/vfsmount pair into
45 int get_dcookie(struct dentry * dentry, struct vfsmount * vfsmnt,
61 struct vfsmount * vfsmnt, unsigned long * cookie)
H A Dnamei.h7 struct vfsmount;
19 struct vfsmount *mnt;
33 struct vfsmount *mnt;
87 extern int follow_down(struct vfsmount **, struct dentry **);
88 extern int follow_up(struct vfsmount **, struct dentry **);
H A Dramfs.h6 int flags, const char *dev_name, void *data, struct vfsmount *mnt);
H A Ddcache.h13 struct vfsmount;
302 extern char * d_path(struct dentry *, struct vfsmount *, char *, int);
359 extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *);
360 extern struct vfsmount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
H A Dmnt_namespace.h11 struct vfsmount * root;
H A Dseq_file.h11 struct vfsmount;
45 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
H A Dacct.h120 struct vfsmount;
123 extern void acct_auto_close_mnt(struct vfsmount *m);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dpnode.c15 static inline struct vfsmount *next_peer(struct vfsmount *p)
17 return list_entry(p->mnt_share.next, struct vfsmount, mnt_share);
20 static inline struct vfsmount *first_slave(struct vfsmount *p)
22 return list_entry(p->mnt_slave_list.next, struct vfsmount, mnt_slave);
25 static inline struct vfsmount *next_slave(struct vfsmount *p)
27 return list_entry(p->mnt_slave.next, struct vfsmount, mnt_slave);
30 static int do_make_slave(struct vfsmount *mn
[all...]
H A Dpnode.h26 static inline void set_mnt_shared(struct vfsmount *mnt)
32 void change_mnt_propagation(struct vfsmount *, int);
33 int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *,
36 int propagate_mount_busy(struct vfsmount *, int);
H A Dnamespace.c32 /* spinlock for vfsmount related operations, inplace of dcache_lock */
46 static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry)
54 struct vfsmount *alloc_vfsmnt(const char *name)
56 struct vfsmount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL);
79 int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb)
88 void free_vfsmnt(struct vfsmount *mnt)
95 * find the first or last mount at @dentry on vfsmount @mnt depending on
98 struct vfsmount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry,
103 struct vfsmount *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dsuper.h24 struct vfsmount *mnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.h54 int ocfs2_getattr(struct vfsmount *mnt, struct dentry *dentry,
60 struct vfsmount *vfsmnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h71 struct vfsmount * ex_mnt;
92 struct vfsmount * ek_mnt;
112 struct vfsmount *mnt,
116 struct vfsmount *mnt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs/
H A Dinit.c18 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dinit.c18 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
H A Dexpire.c48 static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry)
108 static int autofs4_direct_busy(struct vfsmount *mnt,
134 static int autofs4_tree_busy(struct vfsmount *mnt,
207 static struct dentry *autofs4_check_leaves(struct vfsmount *mnt,
248 struct vfsmount *mnt,
285 struct vfsmount *mnt,
390 struct vfsmount *mnt,
418 int autofs4_expire_multi(struct super_block *sb, struct vfsmount *mnt,
H A Dautofs_i.h167 int autofs4_expire_run(struct super_block *, struct vfsmount *,
170 int autofs4_expire_multi(struct super_block *, struct vfsmount *,
194 static inline int autofs4_follow_mount(struct vfsmount **mnt, struct dentry **dentry)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnamespace.c27 static struct vfsmount *nfs_do_submount(const struct vfsmount *mnt_parent,
99 struct vfsmount *mnt;
187 static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server,
192 struct vfsmount *mnt = NULL;
215 static struct vfsmount *nfs_do_submount(const struct vfsmount *mnt_parent,
226 struct vfsmount *mnt = ERR_PTR(-ENOMEM);
238 mnt = (struct vfsmount *)devname;
H A Dnfs4namespace.c53 static char *nfs4_path(const struct vfsmount *mnt_parent,
72 static int nfs4_validate_fspath(const struct vfsmount *mnt_parent,
123 static struct vfsmount *nfs_follow_referral(const struct vfsmount *mnt_parent,
127 struct vfsmount *mnt = ERR_PTR(-ENOENT);
217 struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry)
219 struct vfsmount *mnt = ERR_PTR(-ENOMEM);
H A Dinternal.h59 extern struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry);
62 struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry)
149 static inline char *nfs_devname(const struct vfsmount *mnt_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Ddentry.c47 struct vfsmount *lower_mnt = ecryptfs_dentry_to_lower_mnt(dentry);
49 struct vfsmount *vfsmount_save;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Drpc_pipe_fs.h48 extern struct vfsmount *rpc_get_mount(void);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dmtdsuper.c57 struct vfsmount *mnt)
104 struct vfsmount *mnt)
124 struct vfsmount *mnt)

Completed in 131 milliseconds

12345678