tag | line | file | source code |
nfs_fh | 561 | arch/sparc/kernel/sys_sunos.c | struct nfs_fh *fh; /* File handle to be mounted */ |
nfs_fh | 219 | fs/nfs/dir.c | struct nfs_fh fhandle; |
nfs_fh | 241 | fs/nfs/dir.c | struct nfs_fh *fhandle, |
nfs_fh | 265 | fs/nfs/dir.c | struct nfs_fh *fhandle, |
nfs_fh | 332 | fs/nfs/dir.c | struct nfs_fh fhandle; |
nfs_fh | 375 | fs/nfs/dir.c | struct nfs_fh fhandle; |
nfs_fh | 410 | fs/nfs/dir.c | struct nfs_fh fhandle; |
nfs_fh | 441 | fs/nfs/dir.c | struct nfs_fh fhandle; |
nfs_fh | 210 | fs/nfs/inode.c | struct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle, |
nfs_fh | 937 | fs/nfs/nfsroot.c | nfs_data.root = *((struct nfs_fh *) p); |
nfs_fh | 99 | fs/nfs/proc.c | static inline int *xdr_encode_fhandle(int *p, struct nfs_fh *fhandle) |
nfs_fh | 101 | fs/nfs/proc.c | *((struct nfs_fh *) p) = *fhandle; |
nfs_fh | 105 | fs/nfs/proc.c | static inline int *xdr_decode_fhandle(int *p, struct nfs_fh *fhandle) |
nfs_fh | 107 | fs/nfs/proc.c | *fhandle = *((struct nfs_fh *) p); |
nfs_fh | 225 | fs/nfs/proc.c | int nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 261 | fs/nfs/proc.c | int nfs_proc_setattr(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 298 | fs/nfs/proc.c | int nfs_proc_lookup(struct nfs_server *server, struct nfs_fh *dir, const char *name, |
nfs_fh | 299 | fs/nfs/proc.c | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
nfs_fh | 340 | fs/nfs/proc.c | int nfs_proc_readlink(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 375 | fs/nfs/proc.c | int nfs_proc_read(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 421 | fs/nfs/proc.c | int nfs_proc_write(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 461 | fs/nfs/proc.c | int nfs_proc_create(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 463 | fs/nfs/proc.c | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
nfs_fh | 501 | fs/nfs/proc.c | int nfs_proc_remove(struct nfs_server *server, struct nfs_fh *dir, const char *name) |
nfs_fh | 537 | fs/nfs/proc.c | struct nfs_fh *old_dir, const char *old_name, |
nfs_fh | 538 | fs/nfs/proc.c | struct nfs_fh *new_dir, const char *new_name) |
nfs_fh | 575 | fs/nfs/proc.c | int nfs_proc_link(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 576 | fs/nfs/proc.c | struct nfs_fh *dir, const char *name) |
nfs_fh | 612 | fs/nfs/proc.c | int nfs_proc_symlink(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 650 | fs/nfs/proc.c | int nfs_proc_mkdir(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 652 | fs/nfs/proc.c | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
nfs_fh | 690 | fs/nfs/proc.c | int nfs_proc_rmdir(struct nfs_server *server, struct nfs_fh *dir, const char *name) |
nfs_fh | 725 | fs/nfs/proc.c | int nfs_proc_readdir(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 781 | fs/nfs/proc.c | int nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 52 | include/linux/nfs_fs.h | extern int nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 54 | include/linux/nfs_fs.h | extern int nfs_proc_setattr(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 56 | include/linux/nfs_fs.h | extern int nfs_proc_lookup(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 57 | include/linux/nfs_fs.h | const char *name, struct nfs_fh *fhandle, |
nfs_fh | 59 | include/linux/nfs_fs.h | extern int nfs_proc_readlink(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 62 | include/linux/nfs_fs.h | extern int nfs_proc_read(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 65 | include/linux/nfs_fs.h | extern int nfs_proc_write(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 68 | include/linux/nfs_fs.h | extern int nfs_proc_create(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 70 | include/linux/nfs_fs.h | struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
nfs_fh | 71 | include/linux/nfs_fs.h | extern int nfs_proc_remove(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 74 | include/linux/nfs_fs.h | struct nfs_fh *old_dir, const char *old_name, |
nfs_fh | 75 | include/linux/nfs_fs.h | struct nfs_fh *new_dir, const char *new_name); |
nfs_fh | 76 | include/linux/nfs_fs.h | extern int nfs_proc_link(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 77 | include/linux/nfs_fs.h | struct nfs_fh *dir, const char *name); |
nfs_fh | 78 | include/linux/nfs_fs.h | extern int nfs_proc_symlink(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 80 | include/linux/nfs_fs.h | extern int nfs_proc_mkdir(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 82 | include/linux/nfs_fs.h | struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
nfs_fh | 83 | include/linux/nfs_fs.h | extern int nfs_proc_rmdir(struct nfs_server *server, struct nfs_fh *dir, |
nfs_fh | 85 | include/linux/nfs_fs.h | extern int nfs_proc_readdir(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 87 | include/linux/nfs_fs.h | extern int nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
nfs_fh | 101 | include/linux/nfs_fs.h | extern struct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle, |
nfs_fh | 10 | include/linux/nfs_fs_i.h | struct nfs_fh fhandle; |
nfs_fh | 31 | include/linux/nfs_fs_sb.h | struct nfs_fh s_root; |
nfs_fh | 37 | include/linux/nfs_mount.h | struct nfs_fh root; /* 1 */ |