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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c3600 mode_t orgmode = mode; local
3636 if (!(orgmode & S_IXUSR) ||
3641 if ((orgmode == S_IRUSR) ||
3642 (S_ISDIR(inode->i_mode) && (!(orgmode & S_IWUSR)))) {
3646 cmn_err(CE_NOTE, "Ick: mode=%o, orgmode=%o", mode, orgmode);

Completed in 82 milliseconds