Home
last modified time | relevance | path

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

/fs/cramfs/
A 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/gfs2/
A Dxattr.h57 int gfs2_ea_dealloc(struct gfs2_inode *ip, bool initialized);
A Dxattr.c1386 static int ea_dealloc_block(struct gfs2_inode *ip, bool initialized) in ea_dealloc_block() argument
1419 if (initialized) { in ea_dealloc_block()
1443 int gfs2_ea_dealloc(struct gfs2_inode *ip, bool initialized) in gfs2_ea_dealloc() argument
1455 if (initialized) { in gfs2_ea_dealloc()
1467 error = ea_dealloc_block(ip, initialized); in gfs2_ea_dealloc()
/fs/ext4/
A Ddir.c449 if (is_dx_dir(file_inode(filp)) && !p->initialized) { in ext4_htree_init_dir_info()
452 p->initialized = true; in ext4_htree_init_dir_info()
A Dext4.h2579 bool initialized; member
/fs/proc/
A DKconfig55 underlying devices are initialized in crash recovery kernel.
/fs/ntfs3/
A Dfslog.c1004 bool initialized; member
1234 info->initialized = true; in log_read_rst()
1247 info->initialized = true; in log_read_rst()
1254 info->initialized = true; in log_read_rst()
3734 int log_replay(struct ntfs_inode *ni, bool *initialized) in log_replay() argument
3810 *initialized = log->rst_info.initialized; in log_replay()
3813 if (log->rst_info.initialized) { in log_replay()
A Dfsntfs.c280 bool initialized = false; in ntfs_loadlog_and_replay() local
324 err = log_replay(ni, &initialized); in ntfs_loadlog_and_replay()
337 if (sb_rdonly(sb) || !initialized) in ntfs_loadlog_and_replay()
A Dntfs_fs.h593 int log_replay(struct ntfs_inode *ni, bool *initialized);
/fs/fuse/
A Dcuse.c526 cc->fc.initialized = 1; in cuse_channel_open()
A Dfuse_i.h695 int initialized; member
A Ddev.c170 fc->initialized = 1; in fuse_set_initialized()
175 return !fc->initialized || (for_background && fc->blocked) || in fuse_block_alloc()
A Ddev_uring.c1163 if (!fc->initialized) in fuse_uring_cmd()
A Dinode.c976 fc->initialized = 0; in fuse_conn_init()

Completed in 60 milliseconds