Home
last modified time | relevance | path

Searched refs:initnsema (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dsema.h48 #define initnsema(sp, val, name) sema_init(sp, val) macro
/linux-2.4.37.9/fs/xfs/
Dxfs_mount.c137 initnsema(&mp->m_growlock, 1, "xfs_grow"); in xfs_mount_init()
Dxfs_log.c1197 initnsema(&log->l_flushsema, 0, "ic-flush"); in xlog_alloc_log()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.c124 initnsema(&dqp->q_flock, 1, "fdq"); in xfs_qm_dqinit()