Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | P9_LOCK_TIMEOUT (30*HZ) |
#define P9_LOCK_TIMEOUT (30*HZ) |
Definition at line 41 of file v9fs_vfs.h.
|
read |
v9fs_alloc_inode - helper function to allocate an inode
Definition at line 241 of file vfs_inode.c.
v9fs_blank_wstat - helper function to setup a 9P stat structure : structure to initialize
Definition at line 216 of file vfs_inode.c.
Definition at line 269 of file vfs_inode.c.
v9fs_clear_inode - release an inode : inode to release
Definition at line 446 of file vfs_inode.c.
ssize_t v9fs_fid_readn | ( | struct p9_fid * | fid, |
char * | data, | ||
char __user * | udata, | ||
u32 | count, | ||
u64 | offset | ||
) |
v9fs_fid_readn - read from a fid : fid to read : data buffer to read data into : user data buffer to read data into : size of buffer : offset at which to read data
Definition at line 383 of file vfs_file.c.
Definition at line 567 of file vfs_file.c.
Definition at line 56 of file vfs_file.c.
ssize_t v9fs_file_readn | ( | struct file * | filp, |
char * | data, | ||
char __user * | udata, | ||
u32 | count, | ||
u64 | offset | ||
) |
v9fs_file_readn - read from a file : file pointer to read : data buffer to read data into : user data buffer to read data into : size of buffer : offset at which to read data
Definition at line 424 of file vfs_file.c.
ssize_t v9fs_file_write_internal | ( | struct inode * | , |
struct p9_fid * | , | ||
const char __user * | , | ||
size_t | , | ||
loff_t * | , | ||
int | |||
) |
Definition at line 463 of file vfs_file.c.
v9fs_get_inode - helper function to setup an inode : superblock : mode to setup inode with
Definition at line 366 of file vfs_inode.c.
Definition at line 274 of file vfs_inode.c.
v9fs_open_to_dotl_flags- convert Linux specific open flags to plan 9 open flag. : flags to convert
Definition at line 214 of file vfs_inode_dotl.c.
v9fs_qid2ino - convert qid into inode number : qid to hash
BUG: potential for inode number collisions?
Definition at line 1230 of file vfs_inode.c.
Definition at line 1479 of file vfs_inode.c.
Definition at line 962 of file vfs_inode_dotl.c.
v9fs_stat2inode - populate an inode structure with mistat info : Plan 9 metadata (mistat) structure : inode to populate : superblock of filesystem
Definition at line 1174 of file vfs_inode.c.
void v9fs_stat2inode_dotl | ( | struct p9_stat_dotl * | stat, |
struct inode * | inode | ||
) |
v9fs_stat2inode_dotl - populate an inode structure with stat info : stat structure : inode to populate : superblock of filesystem
Definition at line 626 of file vfs_inode_dotl.c.
v9fs_uflags2omode- convert posix open flags to plan 9 mode bits : flags to convert : if .u extensions are active
Definition at line 175 of file vfs_inode.c.
v9fs_vfs_setattr_dotl - set file metadata : file whose metadata to set : metadata assignment structure
Definition at line 564 of file vfs_inode_dotl.c.
struct address_space_operations v9fs_addr_operations |
Definition at line 341 of file vfs_addr.c.
struct dentry_operations v9fs_cached_dentry_operations |
Definition at line 138 of file vfs_dentry.c.
struct file_operations v9fs_cached_file_operations |
Definition at line 745 of file vfs_file.c.
struct file_operations v9fs_cached_file_operations_dotl |
Definition at line 758 of file vfs_file.c.
struct dentry_operations v9fs_dentry_operations |
Definition at line 144 of file vfs_dentry.c.
struct file_operations v9fs_dir_operations |
struct file_operations v9fs_dir_operations_dotl |
struct file_operations v9fs_file_operations |
Definition at line 772 of file vfs_file.c.
struct file_operations v9fs_file_operations_dotl |
Definition at line 783 of file vfs_file.c.
struct file_system_type v9fs_fs_type |
Definition at line 361 of file vfs_super.c.
struct kmem_cache* v9fs_inode_cache |