/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.h | 39 struct vfs; 51 struct vfs *w_vfs; 53 void (*w_syncer)(struct vfs *, void *); 56 typedef struct vfs { struct 73 #define bhvtovfs(bdp) ( (struct vfs *)BHV_VOBJ(bdp) ) 75 #define VFS_BHVHEAD(vfs) ( &(vfs)->vfs_bh ) argument 76 #define VFS_REMOVEBHV(vfs, bdp) ( bhv_remove(VFS_BHVHEAD(vfs), bdp) ) argument 222 extern void bhv_insert_all_vfsops(struct vfs *); 223 extern void bhv_remove_all_vfsops(struct vfs *, int); 224 extern void bhv_remove_vfsops(struct vfs *, int);
|
D | xfs_super.c | 250 struct vfs *vfsp = bhvtovfs(bdp); in xfs_get_inode() 419 struct vfs *vfs, in xfs_syncd_queue_work() argument 429 work->w_vfs = vfs; in xfs_syncd_queue_work() 430 spin_lock(&vfs->vfs_sync_lock); in xfs_syncd_queue_work() 431 list_add_tail(&work->w_list, &vfs->vfs_sync_list); in xfs_syncd_queue_work() 432 spin_unlock(&vfs->vfs_sync_lock); in xfs_syncd_queue_work() 433 wake_up_process(vfs->vfs_sync_task); in xfs_syncd_queue_work() 444 vfs_t *vfs, in xfs_flush_inode_work() argument 456 struct vfs *vfs = XFS_MTOVFS(ip->i_mount); in xfs_flush_inode() local 459 xfs_syncd_queue_work(vfs, inode, xfs_flush_inode_work); in xfs_flush_inode() [all …]
|
D | xfs_super.h | 36 # define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops) argument 40 # define vfs_insertdmapi(vfs) do { } while (0) argument 46 # define vfs_insertquota(vfs) vfs_insertops(vfsp, &xfs_qmops) argument 52 # define vfs_insertquota(vfs) do { } while (0) argument
|
D | xfs_vfs.c | 261 struct vfs *vfsp; in vfs_allocate() 274 struct vfs *vfsp) in vfs_deallocate() 282 struct vfs *vfsp, in vfs_insertops() 294 struct vfs *vfsp, in vfs_insertbhv() 305 struct vfs *vfsp, in bhv_remove_vfsops() 319 struct vfs *vfsp, in bhv_remove_all_vfsops() 335 struct vfs *vfsp) in bhv_insert_all_vfsops()
|
D | xfs_vnode.h | 85 struct vfs *v_vfsp; /* ptr to containing VFS */
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_mount.h | 72 struct vfs; 98 typedef int (*xfs_send_namesp_t)(dm_eventtype_t, struct vfs *, 102 typedef void (*xfs_send_unmount_t)(struct vfs *, struct vnode *, 121 #define XFS_SEND_PREUNMOUNT(mp, vfs,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument 122 (*(mp)->m_dm_ops.xfs_send_namesp)(DM_EVENT_PREUNMOUNT,vfs,b1,r1,b2,r2,n1,n2,mode,rval,fl) 204 typedef int (*xfs_ioinit_t)(struct vfs *, 228 typedef xfs_fsize_t (*xfs_iodone_t)(struct vfs *); 475 struct vfs *xfs_mtovfs(xfs_mount_t *mp); 487 xfs_mount_t *xfs_vfstom(vfs_t *vfs); 488 #define XFS_VFSTOM(vfs) xfs_vfstom(vfs) argument [all …]
|
D | xfs_vfsops.c | 216 struct vfs *vfs, in xfs_start_flags() argument 311 if (!(vfs->vfs_flag & VFS_RDONLY)) { in xfs_start_flags() 333 struct vfs *vfs, in xfs_finish_flags() argument 337 int ronly = (vfs->vfs_flag & VFS_RDONLY); in xfs_finish_flags() 424 struct vfs *vfsp = bhvtovfs(bhvp); in xfs_mount() 544 struct vfs *vfsp = bhvtovfs(bdp); in xfs_unmount() 630 struct vfs *vfsp = bhvtovfs(bdp); in xfs_mntupdate() 1665 struct vfs *vfsp = bhvtovfs(bhv); in xfs_parseargs()
|
D | xfs_iocore.c | 76 struct vfs *vfsp, in xfs_ioinit()
|
D | xfs_mount.c | 186 struct vfs *vfsp = XFS_MTOVFS(mp); in xfs_mount_free() 1077 struct vfs *vfsp = XFS_MTOVFS(mp);
|
D | xfs_fsops.c | 595 struct vfs *vfsp = XFS_MTOVFS(mp); in xfs_fs_goingdown()
|
D | xfs_macros.c | 371 xfs_vfstom(vfs_t *vfs) in xfs_vfstom() argument 373 return XFS_VFSTOM(vfs); in xfs_vfstom()
|
/linux-2.4.37.9/fs/autofs4/ |
D | expire.c | 70 struct vfsmount *vfs = lookup_mnt(mnt, dentry); in check_vfsmnt() local 72 if (vfs && is_vfsmnt_tree_busy(vfs)) in check_vfsmnt()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_bhv.c | 141 struct vfs *vfsp = bhvtovfs(bhv); in xfs_qm_showargs() 170 struct vfs *vfsp = bhvtovfs(bhv); in xfs_qm_mount() 186 struct vfs *vfsp = bhvtovfs(bhv); in xfs_qm_syncall()
|
D | xfs_qm_syscalls.c | 107 struct vfs *vfsp; in xfs_qm_quotactl()
|
/linux-2.4.37.9/fs/nfsd/ |
D | Makefile | 12 obj-y := nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
|
/linux-2.4.37.9/fs/intermezzo/ |
D | Makefile | 11 sysctl.o upcall.o vfs.o
|
/linux-2.4.37.9/fs/ |
D | ChangeLog | 64 * nfsd/vfs.c: Fixed rmdir handling. 98 * nfsd/vfs.c: Changed rename handling (switched to VFS_rename). 131 * nfsd/vfs.c: Changed handling of unlink (switched to vfs_unlink)
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | 00-INDEX | 49 vfs.txt
|
D | hpfs.txt | 163 but vfs doesn't. Something like 'mv file FILE' won't work.
|
D | vfs.txt | 19 http://www.atnf.csiro.au/~rgooch/linux/docs/vfs.txt
|
/linux-2.4.37.9/fs/befs/ |
D | ChangeLog | 22 * Segregated the functions that interface directly with the linux vfs 166 * Converted all non vfs-callback functions to use befs_sb_info as the
|
/linux-2.4.37.9/Documentation/ |
D | cachetlb.txt | 293 handling vfs symlinks in the page cache need not call
|
D | kernel-docs.txt | 100 URL: http://www.atnf.csiro.au/~rgooch/linux/vfs.txt
|