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.h705 int initialized; member
1979 bool initialized = false; \
1993 initialized = true; \
2083 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.c1044 fc->initialized = 0; in fuse_conn_init()
/fs/proc/
DKconfig55 underlying devices are initialized in crash recovery kernel.
/fs/ntfs3/
Dfslog.c1116 bool initialized; member
1211 info->initialized = true; in log_read_rst()
1224 info->initialized = true; in log_read_rst()
1231 info->initialized = true; in log_read_rst()
3720 int log_replay(struct ntfs_inode *ni, bool *initialized) in log_replay() argument
3797 *initialized = rst_info.initialized; in log_replay()
3800 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);