/fs/f2fs/ |
D | node.h | 204 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() local 317 unsigned int flag = le32_to_cpu(rn->footer.flag); in is_cold_node() local 325 unsigned int flag = le32_to_cpu(rn->footer.flag); in is_fsync_dnode() local 333 unsigned int flag = le32_to_cpu(rn->footer.flag); in is_dent_dnode() local 340 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node() local 353 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_fsync_mark() local 365 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_dentry_mark() local
|
/fs/coda/ |
D | cache.c | 90 static void coda_flag_children(struct dentry *parent, int flag) in coda_flag_children() 104 void coda_flag_inode_children(struct inode *inode, int flag) in coda_flag_inode_children()
|
D | coda_linux.h | 91 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode()
|
/fs/jfs/ |
D | jfs_txnmgr.h | 41 u16 flag; /* tx commit state */ member 101 u16 flag; /* 2: lock control */ member 176 u16 flag; /* 2: */ member 192 u16 flag; /* 2: */ member 223 u16 flag; /* 2: */ member 251 u16 flag; /* 2: */ member 275 int flag; /* flags */ member
|
D | jfs_incore.h | 150 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument 151 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument 152 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument 153 #define test_and_clear_cflag(flag, ip) \ argument 193 unsigned long flag; /* mount time flags */ member
|
D | jfs_xtree.c | 93 u8 flag; member 239 int *cmpp, struct btstack * btstack, int flag) in xtSearch() 538 int flag) in xtInsert() 1362 int flag) in xtExtend() 1525 int flag) in xtTailgate() 2174 int flag) in xtAppend() 2340 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete() 2893 int *cmpp, struct btstack * btstack, int flag) in xtSearchNode() 3163 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
|
D | jfs_xtree.h | 32 unsigned flag:8; /* 1: flag */ member 96 u8 flag; /* 1: */ member
|
D | jfs_dtree.h | 113 u8 flag; /* 1: 0 if free */ member 149 u8 flag; /* 1: */ member 198 u8 flag; /* 1: */ member
|
D | super.c | 226 int *flag) in parse_options() 413 int flag = JFS_SBI(sb)->flag; in jfs_remount() local 478 int flag, ret = -EINVAL; in jfs_fill_super() local
|
D | jfs_xattr.h | 28 u8 flag; /* Unused? */ member
|
D | jfs_logmgr.c | 2041 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite() 2109 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite() 2173 static int lbmIOWait(struct lbuf * bp, int flag) in lbmIOWait()
|
D | jfs_dtree.c | 581 struct btstack * btstack, int flag) in dtSearch() 2083 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete() 3662 int flag) in ciCompare() 3768 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey() 3835 struct component_name * key, int flag) in dtGetKey() 4513 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()
|
D | jfs_metapage.h | 33 unsigned long flag; /* See Below */ member
|
/fs/reiserfs/ |
D | do_balan.c | 62 struct buffer_head *bh, int flag) in do_balance_mark_leaf_dirty() 101 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) in balance_leaf_when_delete() 273 int flag, /* i - insert, d - delete, c - cut, p - paste in balance_leaf() 2011 int flag) in do_balance()
|
/fs/isofs/ |
D | util.c | 17 int iso_date(char * p, int flag) in iso_date()
|
/fs/nilfs2/ |
D | nilfs.h | 173 static inline void nilfs_set_transaction_flag(unsigned int flag) in nilfs_set_transaction_flag() 180 static inline int nilfs_test_transaction_flag(unsigned int flag) in nilfs_test_transaction_flag()
|
D | super.c | 190 static int nilfs_sync_super(struct super_block *sb, int flag) in nilfs_sync_super() 291 int nilfs_commit_super(struct super_block *sb, int flag) in nilfs_commit_super() 328 int flag = NILFS_SB_COMMIT; in nilfs_cleanup_super() local
|
/fs/udf/ |
D | udf_sb.h | 169 static inline int UDF_QUERY_FLAG(struct super_block *sb, int flag) in UDF_QUERY_FLAG() 174 static inline void UDF_SET_FLAG(struct super_block *sb, int flag) in UDF_SET_FLAG() 179 static inline void UDF_CLEAR_FLAG(struct super_block *sb, int flag) in UDF_CLEAR_FLAG()
|
/fs/ |
D | stat.c | 72 int flag) in vfs_fstatat() 273 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4() argument 417 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4() argument
|
D | ioctl.c | 470 unsigned int flag; in ioctl_fionbio() local 494 unsigned int flag; in ioctl_fioasync() local
|
D | fhandle.c | 94 int, flag) in SYSCALL_DEFINE5() argument
|
/fs/proc/ |
D | consoles.c | 19 short flag; in show_console_dev() member
|
/fs/ncpfs/ |
D | ncp_fs_sb.h | 162 #define NCP_CLR_FLAG(server, flag) ((server)->flags &= ~(flag)) argument 163 #define NCP_SET_FLAG(server, flag) ((server)->flags |= (flag)) argument 164 #define NCP_IS_FLAG(server, flag) ((server)->flags & (flag)) argument
|
/fs/ntfs/ |
D | inode.h | 182 #define NINO_FNS(flag) \ argument 199 #define TAS_NINO_FNS(flag) \ argument
|
/fs/ufs/ |
D | util.c | 101 void ubh_mark_buffer_uptodate (struct ufs_buffer_head * ubh, int flag) in ubh_mark_buffer_uptodate()
|