Searched refs:fs_noerr (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_qmops.c | 58 .xfs_qminit = (xfs_qminit_t) fs_noerr, 59 .xfs_qmdone = (xfs_qmdone_t) fs_noerr, 60 .xfs_qmmount = (xfs_qmmount_t) fs_noerr, 61 .xfs_qmunmount = (xfs_qmunmount_t) fs_noerr, 62 .xfs_dqrele = (xfs_dqrele_t) fs_noerr, 63 .xfs_dqattach = (xfs_dqattach_t) fs_noerr, 64 .xfs_dqdetach = (xfs_dqdetach_t) fs_noerr, 65 .xfs_dqpurgeall = (xfs_dqpurgeall_t) fs_noerr, 66 .xfs_dqvopalloc = (xfs_dqvopalloc_t) fs_noerr, 67 .xfs_dqvopcreate = (xfs_dqvopcreate_t) fs_noerr, [all …]
|
D | xfs_dmops.c | 48 .xfs_send_mmap = (xfs_send_mmap_t)fs_noerr,
|
D | xfs_iocore.c | 101 .xfs_iodone = (xfs_iodone_t) fs_noerr,
|
D | xfs_attr.c | 2627 .attr_capable = (attrcapable_t)fs_noerr,
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_fs_subr.h | 41 extern int fs_noerr(void);
|
D | xfs_fs_subr.c | 39 fs_noerr(void) in fs_noerr() function
|