Searched refs:opened (Results 1 – 6 of 6) sorted by relevance
| /fs/btrfs/ |
| A D | volumes.c | 417 WARN_ON(fs_devices->opened); in free_fs_devices() 853 if (fs_devices->opened) { in device_list_add() 988 if (!fs_devices->opened) { in device_list_add() 1196 fs_devices->opened = 0; in close_fs_devices() 1264 fs_devices->opened = 1; in open_fs_devices() 1318 if (fs_devices->opened) { in btrfs_open_devices() 1319 fs_devices->opened++; in btrfs_open_devices() 2330 ASSERT(cur_devices->opened == 1, "opened=%d", cur_devices->opened); in btrfs_rm_device() 2331 cur_devices->opened--; in btrfs_rm_device() 2560 seed_devices->opened = 1; in btrfs_init_sprout() [all …]
|
| A D | volumes.h | 423 int opened; member
|
| /fs/overlayfs/ |
| A D | Kconfig | 118 happen when a file is opened for WRITE operation. It is still
|
| /fs/affs/ |
| A D | Changes | 263 demand instead of when a file is opened, as
|
| /fs/nfs/ |
| A D | nfs4proc.c | 3228 int *opened) in _nfs4_do_open() argument 3302 if (opened && opendata->file_created) in _nfs4_do_open() 3303 *opened = 1; in _nfs4_do_open() 3327 int *opened) in nfs4_do_open() argument 3345 status = _nfs4_do_open(dir, ctx, flags, &c, opened); in nfs4_do_open() 3911 int open_flags, struct iattr *attr, int *opened) in nfs4_atomic_open() argument 3919 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened); in nfs4_atomic_open()
|
| /fs/f2fs/ |
| A D | file.c | 575 bool opened; in finish_preallocate_blocks() local 578 opened = is_inode_flag_set(inode, FI_OPENED_FILE); in finish_preallocate_blocks() 580 if (opened) in finish_preallocate_blocks()
|
Completed in 48 milliseconds