Searched refs:xfs_mount_args (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.h | 45 struct xfs_mount_args; 114 struct xfs_mount_args *, struct cred *); 116 struct xfs_mount_args *, int); 120 struct xfs_mount_args *); 191 extern int vfs_mount(bhv_desc_t *, struct xfs_mount_args *, struct cred *); 192 extern int vfs_parseargs(bhv_desc_t *, char *, struct xfs_mount_args *, int); 195 extern int vfs_mntupdate(bhv_desc_t *, int *, struct xfs_mount_args *);
|
D | xfs_vfs.c | 53 struct xfs_mount_args *args, in vfs_mount() 68 struct xfs_mount_args *args, in vfs_parseargs() 110 struct xfs_mount_args *args) in vfs_mntupdate()
|
D | xfs_super.c | 77 STATIC struct xfs_mount_args * 81 struct xfs_mount_args *args; in xfs_args_allocate() 83 args = kmem_zalloc(sizeof(struct xfs_mount_args), KM_SLEEP); in xfs_args_allocate() 652 struct xfs_mount_args *args = xfs_args_allocate(sb); in linvfs_remount() 890 struct xfs_mount_args *args = xfs_args_allocate(sb); in linvfs_read_super()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_clnt.h | 56 struct xfs_mount_args { struct
|
D | xfs_iocore.c | 77 struct xfs_mount_args *mntargs, in xfs_ioinit()
|
D | xfs_vfsops.c | 217 struct xfs_mount_args *ap, in xfs_start_flags() 334 struct xfs_mount_args *ap, in xfs_finish_flags() 421 struct xfs_mount_args *args, in xfs_mount() 628 struct xfs_mount_args *args) in xfs_mntupdate() 1662 struct xfs_mount_args *args, in xfs_parseargs()
|
D | xfs_mount.h | 74 struct xfs_mount_args; 205 struct xfs_mount_args *, int);
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_bhv.c | 84 struct xfs_mount_args *args, in xfs_qm_parseargs() 167 struct xfs_mount_args *args, in xfs_qm_mount()
|