Home
last modified time | relevance | path

Searched defs:bitnr (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dballoc.c214 int hfs_bnode_bitop(struct hfs_btree *tree, hfs_u32 bitnr, int set) in hfs_bnode_bitop()
288 hfs_u32 bitnr = 0; /* which bit are we examining */ in hfs_bnode_alloc() local
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h202 static inline int hfs_clear_bit(int bitnr, hfs_u32 *lword) { in hfs_clear_bit()
206 static inline int hfs_set_bit(int bitnr, hfs_u32 *lword) { in hfs_set_bit()
210 static inline int hfs_test_bit(int bitnr, const hfs_u32 *lword) { in hfs_test_bit()