Searched refs:s_count (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dconfigfs_internal.h32 atomic_t s_count; member in struct:configfs_dirent
148 WARN_ON(!atomic_read(&sd->s_count));
149 atomic_inc(&sd->s_count);
156 WARN_ON(!atomic_read(&sd->s_count));
157 if (atomic_dec_and_test(&sd->s_count))
H A Ddir.c179 atomic_set(&sd->s_count, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dsysfs.h47 * As long as s_count reference is held, the sysfs_dirent itself is
52 atomic_t s_count; member in struct:sysfs_dirent
183 WARN_ON(!atomic_read(&sd->s_count));
184 atomic_inc(&sd->s_count);
192 if (sd && atomic_dec_and_test(&sd->s_count))
H A Dmount.c37 .s_count = ATOMIC_INIT(1),
H A Ddir.c230 if (sd && atomic_dec_and_test(&sd->s_count))
320 atomic_set(&sd->s_count, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsb.h63 atomic_t s_count; /* reference count */ member in struct:nilfs_sb_info
H A Dthe_nilfs.h262 if (atomic_dec_and_test(&sbi->s_count))
H A Dsuper.c825 atomic_set(&sbi->s_count, 1);
H A Dthe_nilfs.c863 atomic_inc(&sbi->s_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsuper.c103 s->s_count = 1;
150 if (!--sb->s_count) {
232 s->s_count++;
399 sb->s_count++;
434 sb->s_count++;
473 sb->s_count++;
533 sb->s_count++;
616 sb->s_count++;
H A Dfs-writeback.c440 sb->s_count++;
H A Ddcache.c558 sb->s_count++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c931 int cmp, have_oldrec, ispartial, nodel, re_pad, ret, s_count, t_ret; local
949 ret = s_count = 0;
1036 s_count = __db_s_count(dbp);
1038 env, (u_int)s_count, sizeof(DBT), &all_skeys)) != 0)
1178 DB_ASSERT(env, skeyp - all_skeys < s_count);
1448 DB_ASSERT(env, skeyp - all_skeys < s_count);
1560 for (skeyp = all_skeys; skeyp - all_skeys < s_count; skeyp++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivacapi.h182 word s_count; member in struct:_APPL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1325 int s_count; member in struct:super_block

Completed in 131 milliseconds