Home
last modified time | relevance | path

Searched refs:vfs (Results 1 – 23 of 23) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h39 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);
Dxfs_super.c250 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 …]
Dxfs_super.h36 # 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
Dxfs_vfs.c261 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()
Dxfs_vnode.h85 struct vfs *v_vfsp; /* ptr to containing VFS */
/linux-2.4.37.9/fs/xfs/
Dxfs_mount.h72 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 …]
Dxfs_vfsops.c216 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()
Dxfs_iocore.c76 struct vfs *vfsp, in xfs_ioinit()
Dxfs_mount.c186 struct vfs *vfsp = XFS_MTOVFS(mp); in xfs_mount_free()
1077 struct vfs *vfsp = XFS_MTOVFS(mp);
Dxfs_fsops.c595 struct vfs *vfsp = XFS_MTOVFS(mp); in xfs_fs_goingdown()
Dxfs_macros.c371 xfs_vfstom(vfs_t *vfs) in xfs_vfstom() argument
373 return XFS_VFSTOM(vfs); in xfs_vfstom()
/linux-2.4.37.9/fs/autofs4/
Dexpire.c70 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/
Dxfs_qm_bhv.c141 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()
Dxfs_qm_syscalls.c107 struct vfs *vfsp; in xfs_qm_quotactl()
/linux-2.4.37.9/fs/nfsd/
DMakefile12 obj-y := nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/linux-2.4.37.9/fs/intermezzo/
DMakefile11 sysctl.o upcall.o vfs.o
/linux-2.4.37.9/fs/
DChangeLog64 * 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/
D00-INDEX49 vfs.txt
Dhpfs.txt163 but vfs doesn't. Something like 'mv file FILE' won't work.
Dvfs.txt19 http://www.atnf.csiro.au/~rgooch/linux/docs/vfs.txt
/linux-2.4.37.9/fs/befs/
DChangeLog22 * 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/
Dcachetlb.txt293 handling vfs symlinks in the page cache need not call
Dkernel-docs.txt100 URL: http://www.atnf.csiro.au/~rgooch/linux/vfs.txt