Searched refs:bhv_desc_t (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.h25 extern void fs_tosspages(bhv_desc_t *, xfs_off_t, xfs_off_t, int);
26 extern int fs_flushinval_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, int);
27 extern int fs_flush_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, uint64_t, int);
H A Dxfs_vfs.h103 typedef int (*vfs_mount_t)(bhv_desc_t *,
105 typedef int (*vfs_parseargs_t)(bhv_desc_t *, char *,
107 typedef int (*vfs_showargs_t)(bhv_desc_t *, struct seq_file *);
108 typedef int (*vfs_unmount_t)(bhv_desc_t *, int, struct cred *);
109 typedef int (*vfs_mntupdate_t)(bhv_desc_t *, int *,
111 typedef int (*vfs_root_t)(bhv_desc_t *, struct bhv_vnode **);
112 typedef int (*vfs_statvfs_t)(bhv_desc_t *, bhv_statvfs_t *,
114 typedef int (*vfs_sync_t)(bhv_desc_t *, int, struct cred *);
115 typedef int (*vfs_vget_t)(bhv_desc_t *, struct bhv_vnode **, struct fid *);
116 typedef int (*vfs_dmapiops_t)(bhv_desc_t *, caddr_
[all...]
H A Dxfs_fs_subr.c26 bhv_desc_t *bdp,
40 bhv_desc_t *bdp,
61 bhv_desc_t *bdp,
H A Dxfs_vnode.h116 * has disassociated its state and bhv_desc_t from the vnode.
134 typedef int (*vop_open_t)(bhv_desc_t *, struct cred *);
135 typedef int (*vop_close_t)(bhv_desc_t *, int, lastclose_t, struct cred *);
136 typedef ssize_t (*vop_read_t)(bhv_desc_t *, struct kiocb *,
139 typedef ssize_t (*vop_write_t)(bhv_desc_t *, struct kiocb *,
142 typedef ssize_t (*vop_sendfile_t)(bhv_desc_t *, struct file *,
145 typedef ssize_t (*vop_splice_read_t)(bhv_desc_t *, struct file *, loff_t *,
148 typedef ssize_t (*vop_splice_write_t)(bhv_desc_t *, struct pipe_inode_info *,
151 typedef int (*vop_ioctl_t)(bhv_desc_t *, struct inode *, struct file *,
153 typedef int (*vop_getattr_t)(bhv_desc_t *, struc
[all...]
H A Dxfs_super.h108 extern void xfs_initialize_vnode(bhv_desc_t *, bhv_vnode_t *, bhv_desc_t *, int);
H A Dxfs_ioctl.c412 bhv_desc_t *bdp;
652 bhv_desc_t *bdp,
685 bhv_desc_t *bdp,
692 bhv_desc_t *bdp,
697 bhv_desc_t *bdp,
957 bhv_desc_t *bdp,
1271 bhv_desc_t *bdp,
1301 bhv_desc_t *bdp,
H A Dxfs_lrw.c183 bhv_desc_t *bdp,
291 bhv_desc_t *bdp,
335 bhv_desc_t *bdp,
379 bhv_desc_t *bdp,
641 bhv_desc_t *bdp,
972 xfs_bmap(bhv_desc_t *bdp,
H A Dxfs_super.c204 bhv_desc_t *bdp,
206 bhv_desc_t *inode_bhv,
H A Dxfs_iops.c62 bhv_desc_t *bdp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_behavior.c38 bhv_insert(bhv_head_t *bhp, bhv_desc_t *bdp)
40 bhv_desc_t *curdesc, *prev;
91 bhv_remove_not_first(bhv_head_t *bhp, bhv_desc_t *bdp)
93 bhv_desc_t *curdesc, *prev;
116 bhv_desc_t *
119 bhv_desc_t *curdesc;
144 bhv_desc_t *
147 bhv_desc_t *curdesc;
172 bhv_desc_t *bdp)
H A Dxfs_behavior.h98 } bhv_desc_t; typedef in typeref:struct:bhv_desc
138 extern int bhv_insert(bhv_head_t *, bhv_desc_t *);
139 extern void bhv_insert_initial(bhv_head_t *, bhv_desc_t *);
178 extern void bhv_remove_not_first(bhv_head_t *bhp, bhv_desc_t *bdp);
179 extern bhv_desc_t * bhv_lookup_range(bhv_head_t *bhp, int low, int high);
180 extern bhv_desc_t * bhv_base(bhv_head_t *bhp);
H A Dxfs_rw.h91 extern int xfs_rwlock(bhv_desc_t *bdp, bhv_vrwlock_t write_lock);
92 extern void xfs_rwunlock(bhv_desc_t *bdp, bhv_vrwlock_t write_lock);
93 extern int xfs_setattr(bhv_desc_t *, bhv_vattr_t *vap, int flags,
95 extern int xfs_change_file_space(bhv_desc_t *bdp, int cmd, xfs_flock64_t *bf,
97 extern int xfs_set_dmattrs(bhv_desc_t *bdp, u_int evmask, u_int16_t state,
H A Dxfs_utils.h26 extern int xfs_rename (bhv_desc_t *, bhv_vname_t *, bhv_vnode_t *,
29 extern int xfs_dir_lookup_int (bhv_desc_t *, uint, bhv_vname_t *, xfs_ino_t *,
H A Dxfs_attr.h162 int xfs_attr_get(bhv_desc_t *, const char *, char *, int *, int, struct cred *);
163 int xfs_attr_set(bhv_desc_t *, const char *, char *, int, int, struct cred *);
165 int xfs_attr_remove(bhv_desc_t *, const char *, int, struct cred *);
167 int xfs_attr_list(bhv_desc_t *, char *, int, int, struct attrlist_cursor_kern *, struct cred *);
H A Dxfs_bmap.h336 bhv_desc_t *bdp, /* XFS behavior descriptor*/
H A Dxfs_vfsops.c56 STATIC int xfs_sync(bhv_desc_t *, int, cred_t *);
543 bhv_desc_t *bdp,
656 bhv_desc_t *bdp,
774 bhv_desc_t *bdp,
794 bhv_desc_t *bdp,
884 bhv_desc_t *bdp,
1566 bhv_desc_t *bdp,
1968 bhv_desc_t *bdp)
H A Dxfs_vnodeops.c57 bhv_desc_t *bdp,
82 bhv_desc_t *bdp,
115 bhv_desc_t *bdp,
248 bhv_desc_t *bdp,
929 bhv_desc_t *bdp,
960 bhv_desc_t *bdp,
1064 bhv_desc_t *bdp,
1540 bhv_desc_t *bdp)
1592 bhv_desc_t *bdp,
1814 bhv_desc_t *dir_bd
[all...]
H A Dxfs_mount.h320 bhv_desc_t m_bhv; /* vfs xfs behavior */
540 static inline xfs_mount_t *xfs_bhvtom(bhv_desc_t *bdp)
621 extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int);
H A Dxfs_rw.c184 bhv_desc_t *bdp,
H A Dxfs_utils.c68 bhv_desc_t *dir_bdp,
H A Dxfs_rename.c224 bhv_desc_t *src_dir_bdp,
H A Dxfs_attr.c159 xfs_attr_get(bhv_desc_t *bdp, const char *name, char *value, int *valuelenp,
420 xfs_attr_set(bhv_desc_t *bdp, const char *name, char *value, int valuelen, int flags,
566 xfs_attr_remove(bhv_desc_t *bdp, const char *name, int flags, struct cred *cred)
705 xfs_attr_list(bhv_desc_t *bdp, char *buffer, int bufsize, int flags,
H A Dxfs_bmap.c5742 bhv_desc_t *bdp, /* XFS behavior descriptor*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h202 extern int xfs_qm_quotactl(bhv_desc_t *, int, int, xfs_caddr_t);

Completed in 138 milliseconds