Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/fs/coda/
H A Ddir.c469 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) in coda_dentry_revalidate()
475 if (cii->c_flags & C_FLUSH) in coda_dentry_revalidate()
484 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_dentry_revalidate()
503 flags = (ITOC(d_inode(dentry))->c_flags) & C_PURGE; in coda_dentry_delete()
526 if (!cii->c_flags) in coda_revalidate_inode()
529 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { in coda_revalidate_inode()
556 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_revalidate_inode()
H A Dcoda_fs_i.h19 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and
26 u_short c_flags; /* flags (see below) */ member
H A Dcoda_linux.h85 cii->c_flags |= flag; in coda_flag_inode()
/kernel/linux/linux-6.6/fs/coda/
H A Ddir.c463 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) in coda_dentry_revalidate()
469 if (cii->c_flags & C_FLUSH) in coda_dentry_revalidate()
478 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_dentry_revalidate()
503 if (cii->c_flags & C_PURGE) in coda_dentry_delete()
525 if (!cii->c_flags) in coda_revalidate_inode()
528 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { in coda_revalidate_inode()
555 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_revalidate_inode()
H A Dcoda_fs_i.h19 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and
26 u_short c_flags; /* flags (see below) */ member
H A Dcoda_linux.h91 cii->c_flags |= flag; in coda_flag_inode()
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A DMakefile65 cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $(real-prereqs) -o $@
69 cmd_vdsocc = $(CC) $(c_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A DMakefile41 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
/kernel/linux/linux-6.6/usr/include/
H A DMakefile18 override c_flags = $(UAPI_CFLAGS) -Wp,-MMD,$(depfile) -I $(obj) -I $(srctree)/usr/dummy-include
85 $(CC) $(c_flags) -fsyntax-only -x c /dev/null \
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A DMakefile18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A DMakefile18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
/kernel/linux/linux-5.10/net/rds/
H A Drds_single_path.h20 #define c_flags c_path[0].cp_flags macro
H A Dib_send.c299 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
383 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
419 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
422 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
527 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
542 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
/kernel/linux/linux-6.6/net/rds/
H A Drds_single_path.h20 #define c_flags c_path[0].cp_flags macro
H A Dib_send.c298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
382 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
418 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
421 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
541 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
/kernel/linux/linux-5.10/usr/include/
H A DMakefile15 override c_flags = $(UAPI_CFLAGS) -Wp,-MMD,$(depfile) -I$(objtree)/usr/include
101 $(CC) $(c_flags) -S -o /dev/null -x c /dev/null \
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A DMakefile37 cmd_vdso64ld = $(CC) $(c_flags) -o $@ -Wl,-T$(filter %.lds,$^) $(filter %.o,$^)
/kernel/linux/linux-5.10/arch/x86/um/
H A DMakefile39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A DMakefile38 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A DMakefile53 cmd_vdso32ld = $(VDSOCC) $(c_flags) $(CC32FLAGS) -o $@ -Wl,-T$(filter %.lds,$^) $(filter %.o,$^)
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A DMakefile65 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/
H A DMakefile33 SYSCFLAGS_vdso.so.dbg = $(c_flags)
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A DMakefile71 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A DMakefile62 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/x86/um/
H A DMakefile42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro

Completed in 10 milliseconds

12