Home
last modified time | relevance | path

Searched refs:bhv_desc (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.c52 struct bhv_desc *bdp, in vfs_mount()
56 struct bhv_desc *next = bdp; in vfs_mount()
66 struct bhv_desc *bdp, in vfs_parseargs()
71 struct bhv_desc *next = bdp; in vfs_parseargs()
81 struct bhv_desc *bdp, in vfs_showargs()
84 struct bhv_desc *next = bdp; in vfs_showargs()
94 struct bhv_desc *bdp, in vfs_unmount()
98 struct bhv_desc *next = bdp; in vfs_unmount()
108 struct bhv_desc *bdp, in vfs_mntupdate()
112 struct bhv_desc *next = bdp; in vfs_mntupdate()
[all …]
Dxfs_lrw.h36 struct bhv_desc;
90 extern int xfs_bmap(struct bhv_desc *, xfs_off_t, ssize_t, int,
99 extern ssize_t xfs_read(struct bhv_desc *, struct file *, char *,
101 extern ssize_t xfs_write(struct bhv_desc *, struct file *, const char *,
Dxfs_iops.h48 extern int xfs_ioctl(struct bhv_desc *, struct inode *, struct file *,
/linux-2.4.37.9/fs/xfs/
Dxfs_behavior.h102 struct bhv_desc *bh_first; /* first behavior in chain */
110 typedef struct bhv_desc { struct
114 struct bhv_desc *bd_next; /* next behavior in chain */ argument
Dxfs_inode.h88 struct bhv_desc;
252 struct bhv_desc i_bhv_desc; /* inode behavior descriptor*/
436 struct bhv_desc *xfs_itobhv(xfs_inode_t *ip);
439 #define XFS_ITOBHV(ip) ((struct bhv_desc *)(&((ip)->i_bhv_desc)))
442 xfs_inode_t *xfs_bhvtoi(struct bhv_desc *bhvp);
Dxfs_vfsops.c420 struct bhv_desc *bhvp, in xfs_mount()
425 struct bhv_desc *p; in xfs_mount()
1660 struct bhv_desc *bhv, in xfs_parseargs()
1838 struct bhv_desc *bhv, in xfs_showargs()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c82 struct bhv_desc *bhv, in xfs_qm_parseargs()
138 struct bhv_desc *bhv, in xfs_qm_showargs()
166 struct bhv_desc *bhv, in xfs_qm_mount()
182 struct bhv_desc *bhv, in xfs_qm_syncall()
Dxfs_qm_syscalls.c100 struct bhv_desc *bdp, in xfs_qm_quotactl()