Searched refs:m_fsname (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rw.c198 mp->m_fsname, flags, lnnum, fname, __return_address);
218 mp->m_fsname);
226 mp->m_fsname);
230 mp->m_fsname);
234 mp->m_fsname);
340 (!mp || !mp->m_fsname) ? "(fs name not set)" : mp->m_fsname,
H A Dxfs_error.c122 len = strlen(mp->m_fsname);
124 strcpy(xfs_etest_fsname[i], mp->m_fsname);
169 return xfs_errortag_clearall_umount(fsid, mp->m_fsname, 1);
181 sprintf(newfmt, "Filesystem \"%s\": %s", mp->m_fsname, fmt);
H A Dxfs_qmops.c106 mp->m_fsname);
H A Dxfs_ialloc.c959 agno, mp->m_sb.sb_agcount, mp->m_fsname);
970 mp->m_fsname);
978 agbno, mp->m_sb.sb_agblocks, mp->m_fsname);
991 error, mp->m_fsname);
1028 error, mp->m_fsname);
1036 error, mp->m_fsname);
1078 error, mp->m_fsname);
1091 error, mp->m_fsname);
H A Dxfs_mount.c187 if (mp->m_fsname != NULL)
188 kmem_free(mp->m_fsname, mp->m_fsname_len);
1125 xfs_errortag_clearall_umount(fsid, mp->m_fsname, 0);
1614 mp->m_fsname);
1620 mp->m_fsname);
H A Dxfs_inode.c168 "error %d on %s. Returning error.", error, mp->m_fsname);
183 imap.im_len, mp->m_fsname);
197 "error %d on %s. Returning error.", error, mp->m_fsname);
210 "error on %s. Returning EFSCORRUPTED.", mp->m_fsname);
2020 error, mp->m_fsname);
2037 mp->m_fsname);
2063 error, mp->m_fsname);
2110 error, mp->m_fsname);
2125 error, mp->m_fsname);
H A Dxfs_mount.h328 char *m_fsname; /* filesystem name */ member in struct:xfs_mount
H A Dxfs_vfsops.c248 mp->m_fsname = kmem_alloc(mp->m_fsname_len, KM_SLEEP);
249 strcpy(mp->m_fsname, ap->fsname);
H A Dxfs_buf_item.c1013 (__uint64_t)XFS_BUF_ADDR(bp), mp->m_fsname);
H A Dxfs_log.c484 cmn_err(CE_NOTE, "XFS mounting filesystem %s", mp->m_fsname);
488 mp->m_fsname);
H A Dxfs_log_recover.c3893 log->l_mp->m_fsname, log->l_mp->m_logname ?
3943 log->l_mp->m_fsname, log->l_mp->m_logname ?
3949 log->l_mp->m_fsname);
H A Dxfs_vnodeops.c1780 error, mp->m_fsname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c360 mp->m_fsname);
1880 cmn_err(CE_NOTE, "XFS quotacheck %s: Please wait.", mp->m_fsname);
1952 mp->m_fsname, error);
1961 cmn_err(CE_NOTE, "XFS quotacheck %s: Done.", mp->m_fsname);
2393 cmn_err(CE_NOTE, "Writing superblock quota changes :%s", mp->m_fsname);

Completed in 110 milliseconds