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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dinode.c18 i->i_mode = hpfs_sb(sb)->sb_mode;
88 umode_t mode = hpfs_sb(sb)->sb_mode;
163 if ((i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0 : 0111))
165 && i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0222 : 0333))
H A Dsuper.c393 umask = 0777 & ~sbi->sb_mode;
415 sbi->sb_mode = 0777 & ~umask;
526 sbi->sb_mode = 0777 & ~umask;
H A Dhpfs_fn.h77 umode_t sb_mode; /* mode from mount options */ member in struct:hpfs_sb_info

Completed in 47 milliseconds