Home
last modified time | relevance | path

Searched refs:o_flags (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dmethods.c277 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()
/linux-2.4.37.9/net/ipv4/
Dip_gre.c852 ((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 …]
/linux-2.4.37.9/include/linux/
Dif_tunnel.h23 __u16 o_flags; member
Dfsfilter.h59 int o_flags; member
/linux-2.4.37.9/ipc/
Dshm.c579 unsigned long o_flags; in sys_shmat() local
603 o_flags = O_RDONLY; in sys_shmat()
607 o_flags = O_RDWR; in sys_shmat()