/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_iops.c | 79 vnode_t *vp = LINVFS_GET_VP(ip); in validate_fields() 116 vnode_t *vp = NULL, *dvp = LINVFS_GET_VP(dir); in linvfs_mknod() 227 vnode_t *vp, *cvp = NULL; in linvfs_lookup() 256 vnode_t *tdvp; /* target directory for new name/link */ in linvfs_link() 257 vnode_t *vp; /* vp of name being linked */ in linvfs_link() 283 vnode_t *dvp; /* directory containing name to remove */ in linvfs_unlink() 306 vnode_t *dvp; /* directory containing name of symlink */ in linvfs_symlink() 307 vnode_t *cvp; /* used to lookup symlink to put in dentry */ in linvfs_symlink() 336 vnode_t *dvp = LINVFS_GET_VP(dir); in linvfs_rmdir() 355 vnode_t *fvp; /* from directory */ in linvfs_rename() [all …]
|
D | xfs_file.c | 71 vnode_t *vp = LINVFS_GET_VP(inode); in __linvfs_read() 116 vnode_t *vp = LINVFS_GET_VP(inode); in __linvfs_write() 180 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_open() 197 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_release() 213 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_fsync() 243 vnode_t *vp; in linvfs_readdir() 321 vnode_t *vp = LINVFS_GET_VP(ip); in linvfs_file_mmap() 350 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_ioctl() 374 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_ioctl_invis() 396 vnode_t *vp = LINVFS_GET_VP(vma->vm_file->f_dentry->d_inode); in linvfs_mprotect()
|
D | xfs_vnode.h | 93 } vnode_t; typedef 119 #define BHV_TO_VNODE(bdp) ((vnode_t *)BHV_VOBJ(bdp)) 120 #define BHV_TO_VNODE_NULL(bdp) ((vnode_t *)BHV_VOBJNULL(bdp)) 131 #define LINVFS_GET_VP(inode) ((vnode_t *)list_entry(inode, vnode_t, v_inode)) 198 typedef int (*vop_lookup_t)(bhv_desc_t *, vname_t *, vnode_t **, 199 int, vnode_t *, struct cred *); 201 vnode_t **, struct cred *); 203 typedef int (*vop_link_t)(bhv_desc_t *, vnode_t *, vname_t *, 205 typedef int (*vop_rename_t)(bhv_desc_t *, vname_t *, vnode_t *, vname_t *, 208 vnode_t **, struct cred *); [all …]
|
D | xfs_fs_subr.c | 73 vnode_t *vp = BHV_TO_VNODE(bdp); in fs_tosspages() 92 vnode_t *vp = BHV_TO_VNODE(bdp); in fs_flushinval_pages() 116 vnode_t *vp = BHV_TO_VNODE(bdp); in fs_flush_pages()
|
D | xfs_vnode.c | 169 vnode_t * 437 vn_trace_entry(vnode_t *vp, char *func, inst_t *ra) in vn_trace_entry() 443 vn_trace_exit(vnode_t *vp, char *func, inst_t *ra) in vn_trace_exit() 449 vn_trace_hold(vnode_t *vp, char *file, int line, inst_t *ra) in vn_trace_hold() 455 vn_trace_ref(vnode_t *vp, char *file, int line, inst_t *ra) in vn_trace_ref() 461 vn_trace_rele(vnode_t *vp, char *file, int line, inst_t *ra) in vn_trace_rele()
|
D | xfs_super.c | 129 vnode_t *vp = LINVFS_GET_VP(inode); in xfs_set_inodeops() 154 vnode_t *vp, in xfs_revalidate_inode() 200 vnode_t *vp, in xfs_initialize_vnode() 318 vnode_t *vp; in linvfs_alloc_inode() 320 vp = (vnode_t *)kmem_cache_alloc(linvfs_inode_zone, in linvfs_alloc_inode() 335 (sizeof(vnode_t) - sizeof(struct inode) + offsetof(struct inode, u)) 343 vnode_t *vp = (vnode_t *)data; in init_once() 382 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_write_inode() 397 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_clear_inode() 739 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_dentry_to_fh() [all …]
|
D | xfs_ioctl.c | 208 vnode_t **vp, in xfs_vget_fsop_handlereq() 218 vnode_t *vpp; in xfs_vget_fsop_handlereq() 303 vnode_t *vp; in xfs_open_by_handle() 385 vnode_t *vp; in xfs_readlink_by_handle() 431 vnode_t *vp; in xfs_fssetdm_by_handle() 470 vnode_t *vp; in xfs_attrlist_by_handle() 499 vnode_t *vp; in xfs_attrmulti_by_handle() 571 vnode_t *vp, 595 vnode_t *vp, 624 vnode_t *vp; in xfs_ioctl() [all …]
|
D | xfs_aops.c | 71 vnode_t *vp = LINVFS_GET_VP(inode); in xfs_page_trace() 132 vnode_t *vp = XFS_BUF_FSPRIVATE(bp, vnode_t *); in linvfs_unwritten_convert() 153 vnode_t *vp = LINVFS_GET_VP(inode); in xfs_map_blocks() 865 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_get_block_core() 957 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_bmap() 1174 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_direct_IO()
|
D | xfs_super.h | 128 extern void xfs_initialize_vnode(bhv_desc_t *, vnode_t *, bhv_desc_t *, int);
|
D | xfs_lrw.c | 223 vnode_t *vp, in xfs_inval_cached_pages() 444 vnode_t *vp, in xfs_zero_eof() 592 vnode_t *vp; in xfs_write()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_acl.c | 53 STATIC int xfs_acl_setmode(vnode_t *, xfs_acl_t *, int *); 59 STATIC void xfs_acl_get_attr(vnode_t *, xfs_acl_t *, int, int, int *); 60 STATIC void xfs_acl_set_attr(vnode_t *, xfs_acl_t *, int, int *); 61 STATIC int xfs_acl_allow_set(vnode_t *, int); 71 vnode_t *vp) in xfs_acl_vhasacl_access() 84 vnode_t *vp) in xfs_acl_vhasacl_default() 223 vnode_t *vp, in xfs_acl_vget() 274 vnode_t *vp, in xfs_acl_vremove() 294 vnode_t *vp, in xfs_acl_vset() 384 vnode_t *vp, in xfs_acl_allow_set() [all …]
|
D | xfs_refcache.c | 77 vnode_t *vp; in xfs_refcache_insert() 196 vnode_t *vp; in xfs_refcache_purge_ip() 240 vnode_t *vp; in xfs_refcache_purge_mp()
|
D | xfs_iget.c | 168 vnode_t *vp, in xfs_iget_core() 180 vnode_t *inode_vp; in xfs_iget_core() 459 vnode_t *vp = NULL; in xfs_iget() 525 vnode_t *vp) in xfs_inode_lock_init() 580 vnode_t *vp = XFS_ITOV(ip); in xfs_iput() 596 vnode_t *vp = XFS_ITOV(ip); in xfs_iput_new() 622 vnode_t *vp; in xfs_ireclaim()
|
D | xfs_vnodeops.c | 94 vnode_t *vp; in xfs_open() 129 vnode_t *vp; in xfs_getattr() 303 vnode_t *vp; in xfs_setattr() 989 vnode_t *vp; in xfs_readlink() 1543 vnode_t *vp; in xfs_release() 1596 vnode_t *vp; in xfs_inactive() 1810 vnode_t **vpp, in xfs_lookup() 1812 vnode_t *rdir, in xfs_lookup() 1819 vnode_t *dir_vp; in xfs_lookup() 1848 vnode_t **vpp, in xfs_create() [all …]
|
D | xfs_utils.h | 40 extern int xfs_rename (bhv_desc_t *, vname_t *, vnode_t *, vname_t *, cred_t *);
|
D | xfs_utils.c | 70 vnode_t *vp; in xfs_get_dir_entry() 92 vnode_t *dir_vp; in xfs_dir_lookup_int()
|
D | xfs_vfsops.c | 547 vnode_t *rvp; in xfs_unmount() 690 vnode_t *rvp = XFS_ITOV(rip); in xfs_unmount_flush() 769 vnode_t **vpp) in xfs_root() 771 vnode_t *vp; in xfs_root() 790 vnode_t *vp) in xfs_statvfs() 903 vnode_t *vp = NULL; in xfs_sync_inodes() 1588 vnode_t **vpp, in xfs_vget()
|
D | xfs_rename.c | 247 vnode_t *target_dir_vp, in xfs_rename() 263 vnode_t *src_dir_vp; in xfs_rename()
|
D | xfs_attr.c | 2347 vnode_t *vp, char *name, void *data, size_t size, int xflags) in posix_acl_access_set() 2361 vnode_t *vp, char *name, void *data, size_t size, int xflags) in posix_acl_access_get() 2368 vnode_t *vp) in posix_acl_access_exists() 2375 vnode_t *vp, char *name, void *data, size_t size, int xflags) in posix_acl_default_set() 2382 vnode_t *vp, char *name, void *data, size_t size, int xflags) in posix_acl_default_get() 2396 vnode_t *vp) in posix_acl_default_exists()
|
D | xfs_dfrag.c | 76 vnode_t *vp, *tvp; in xfs_swapext()
|
D | xfs_inode.c | 1142 vnode_t *vp; in xfs_ialloc() 1457 vnode_t *vp; in xfs_itruncate_start() 2855 vnode_t *vp = XFS_ITOV_NULL(ip); in xfs_iunpin() 3616 vnode_t *vp; in xfs_iflush_all() 3809 vnode_t *vp = XFS_ITOV(ip); in xfs_ichgtime()
|
D | xfs_mount.c | 641 vnode_t *rvp = NULL;
|
D | xfs_macros.c | 1839 vnode_t *
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_quota_priv.h | 182 vnode_t *dqvp; \
|
D | xfs_qm_syscalls.c | 1011 vnode_t *vp; in xfs_qm_dqrele_all_inodes()
|