Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 9 of 9) sorted by relevance

/fs/cramfs/
Duncompress.c28 static int initialized; variable
61 if (!initialized++) { in cramfs_uncompress_init()
64 initialized = 0; in cramfs_uncompress_init()
76 if (!--initialized) { in cramfs_uncompress_exit()
/fs/fuse/
Dfuse_i.h693 int initialized; member
1943 bool initialized = false; \
1957 initialized = true; \
2047 if (initialized && fer.ret) { \
Dcuse.c522 cc->fc.initialized = 1; in cuse_channel_open()
Ddev.c83 fc->initialized = 1; in fuse_set_initialized()
88 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc()
Dinode.c1001 fc->initialized = 0; in fuse_conn_init()
/fs/proc/
DKconfig55 underlying devices are initialized in crash recovery kernel.
/fs/ntfs3/
Dfslog.c1114 bool initialized; member
1209 info->initialized = true; in log_read_rst()
1222 info->initialized = true; in log_read_rst()
1229 info->initialized = true; in log_read_rst()
3718 int log_replay(struct ntfs_inode *ni, bool *initialized) in log_replay() argument
3795 *initialized = rst_info.initialized; in log_replay()
3798 if (rst_info.initialized) { in log_replay()
Dfsntfs.c255 bool initialized = false; in ntfs_loadlog_and_replay() local
299 err = log_replay(ni, &initialized); in ntfs_loadlog_and_replay()
312 if (sb_rdonly(sb) || !initialized) in ntfs_loadlog_and_replay()
Dntfs_fs.h581 int log_replay(struct ntfs_inode *ni, bool *initialized);