Home
last modified time | relevance | path

Searched refs:fs_noerr (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_qmops.c58 .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 …]
Dxfs_dmops.c48 .xfs_send_mmap = (xfs_send_mmap_t)fs_noerr,
Dxfs_iocore.c101 .xfs_iodone = (xfs_iodone_t) fs_noerr,
Dxfs_attr.c2627 .attr_capable = (attrcapable_t)fs_noerr,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_fs_subr.h41 extern int fs_noerr(void);
Dxfs_fs_subr.c39 fs_noerr(void) in fs_noerr() function