Searched refs:o_flags (Results 1 – 5 of 5) sorted by relevance
277 if ( cache->o_flags & FILTER_DID_SUPER_OPS ) { in filter_setup_super_ops()281 cache->o_flags |= FILTER_DID_SUPER_OPS; in filter_setup_super_ops()317 if ( cache->o_flags & FILTER_DID_DIR_OPS ) { in filter_setup_dir_ops()321 cache->o_flags |= FILTER_DID_DIR_OPS; in filter_setup_dir_ops()392 if ( cache->o_flags & FILTER_DID_FILE_OPS ) { in filter_setup_file_ops()396 cache->o_flags |= FILTER_DID_FILE_OPS; in filter_setup_file_ops()448 if ( cache->o_flags & FILTER_DID_SYMLINK_OPS ) { in filter_setup_symlink_ops()452 cache->o_flags |= FILTER_DID_SYMLINK_OPS; in filter_setup_symlink_ops()483 if ( cache->o_flags & FILTER_DID_DENTRY_OPS ) { in filter_setup_dentry_ops()487 cache->o_flags |= FILTER_DID_DENTRY_OPS; in filter_setup_dentry_ops()
852 ((u16*)(iph+1))[0] = tunnel->parms.o_flags; in ipgre_tunnel_xmit()855 if (tunnel->parms.o_flags&(GRE_KEY|GRE_CSUM|GRE_SEQ)) { in ipgre_tunnel_xmit()858 if (tunnel->parms.o_flags&GRE_SEQ) { in ipgre_tunnel_xmit()863 if (tunnel->parms.o_flags&GRE_KEY) { in ipgre_tunnel_xmit()867 if (tunnel->parms.o_flags&GRE_CSUM) { in ipgre_tunnel_xmit()928 ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING))) in ipgre_tunnel_ioctl()935 if (!(p.o_flags&GRE_KEY)) in ipgre_tunnel_ioctl()1067 p[0] = t->parms.o_flags; in ipgre_header()1196 if (tunnel->parms.o_flags&(GRE_CSUM|GRE_KEY|GRE_SEQ)) { in ipgre_tunnel_init()1197 if (tunnel->parms.o_flags&GRE_CSUM) in ipgre_tunnel_init()[all …]
23 __u16 o_flags; member
59 int o_flags; member
579 unsigned long o_flags; in sys_shmat() local603 o_flags = O_RDONLY; in sys_shmat()607 o_flags = O_RDWR; in sys_shmat()