/linux-4.1.27/include/linux/lockd/ |
H A D | share.h | 21 u32 s_mode; /* deny mode */ member in struct:nlm_share
|
/linux-4.1.27/fs/lockd/ |
H A D | svcshare.c | 37 if ((argp->fsm_access & share->s_mode) nlmsvc_share_file() 60 share->s_mode = argp->fsm_mode; nlmsvc_share_file()
|
/linux-4.1.27/fs/configfs/ |
H A D | inode.c | 75 sd_iattr->ia_mode = sd->s_mode; configfs_setattr() 105 sd_iattr->ia_mode = sd->s_mode = mode; configfs_setattr()
|
H A D | configfs_internal.h | 45 umode_t s_mode; member in struct:configfs_dirent
|
H A D | dir.c | 235 sd->s_mode = mode; configfs_make_dirent() 1519 /* Relationship between s_mode and the DT_xxx types */ dt_type() 1522 return (sd->s_mode >> 12) & 15; dt_type()
|
/linux-4.1.27/fs/affs/ |
H A D | super.c | 345 sbi->s_mode = i; affs_fill_super() 551 sbi->s_mode = mode; affs_remount()
|
H A D | affs.h | 92 umode_t s_mode; /* mode to override */ member in struct:affs_sb_info
|
H A D | inode.c | 70 inode->i_mode = sbi->s_mode; affs_iget()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | fpsp.h | 290 .set s_mode,0x40 | round to single
|
/linux-4.1.27/fs/ |
H A D | super.c | 1002 s->s_mode = mode; mount_bdev() 1029 fmode_t mode = sb->s_mode; kill_block_super()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 519 set s_mode, 0x4 # single precision 6205 cmpi.b %d1, &s_mode # is prec = sgl? 6222 cmpi.b %d1, &s_mode # is prec = sgl? 6239 cmpi.b %d1, &s_mode # is prec = sgl? 6315 cmpi.b %d1, &s_mode # is prec sgl? 6358 cmpi.b %d1, &s_mode # is rnd prec = sgl? 6903 mov.w &s_mode,%d1 # force rnd prec = sgl 7336 ori.b &s_mode*0x10,%d0 # insert sgl prec 8000 ori.b &s_mode*0x10,%d0 # insert sgl prec 8485 ori.b &s_mode*0x10,%d0 # insert sgl precision 8562 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 8818 ori.b &s_mode*0x10,%d0 # insert sgl prec 9259 ori.b &s_mode*0x10,%d0 # insert sgl precision 9342 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 9882 ori.b &s_mode*0x10,%d0 # insert sgl precision 9960 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 11069 ori.b &s_mode*0x10,%d0 # insert sgl prec 11522 ori.b &s_mode*0x10,%d0 # insert sgl prec 11967 ori.b &s_mode*0x10,%d0 # insert sgl precision 12021 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec
|
H A D | fpsp.S | 520 set s_mode, 0x4 # single precision 11569 ori.b &s_mode*0x10,%d0 # insert sgl prec 12054 ori.b &s_mode*0x10,%d0 # insert sgl precision 12131 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 12387 ori.b &s_mode*0x10,%d0 # insert sgl prec 12828 ori.b &s_mode*0x10,%d0 # insert sgl precision 12911 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 13451 ori.b &s_mode*0x10,%d0 # insert sgl precision 13529 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 14638 ori.b &s_mode*0x10,%d0 # insert sgl prec 15091 ori.b &s_mode*0x10,%d0 # insert sgl prec 15536 ori.b &s_mode*0x10,%d0 # insert sgl precision 15590 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec 20435 ori.b &s_mode*0x10,%d0 # insert sgl prec 22083 cmpi.b %d1, &s_mode # is prec = sgl? 22100 cmpi.b %d1, &s_mode # is prec = sgl? 22117 cmpi.b %d1, &s_mode # is prec = sgl? 22193 cmpi.b %d1, &s_mode # is prec sgl? 22236 cmpi.b %d1, &s_mode # is rnd prec = sgl? 22781 mov.w &s_mode,%d1 # force rnd prec = sgl
|
H A D | fplsp.S | 500 set s_mode, 0x4 # single precision
|
/linux-4.1.27/fs/nilfs2/ |
H A D | super.c | 1321 s->s_mode = mode; nilfs_mount()
|
/linux-4.1.27/fs/gfs2/ |
H A D | ops_fstype.c | 1316 s->s_mode = mode; gfs2_mount()
|
/linux-4.1.27/fs/kernfs/ |
H A D | dir.c | 1347 /* Relationship between s_mode and the DT_xxx types */ dt_type()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1316 fmode_t s_mode; member in struct:super_block
|