Searched refs:operation (Results 1 – 9 of 9) sorted by relevance
/fs/btrfs/ |
D | raid56.c | 516 if (last->operation != cur->operation) in rbio_can_merge() 526 if (last->operation == BTRFS_RBIO_PARITY_SCRUB) in rbio_can_merge() 529 if (last->operation == BTRFS_RBIO_REBUILD_MISSING) in rbio_can_merge() 532 if (last->operation == BTRFS_RBIO_READ_REBUILD) { in rbio_can_merge() 747 if (next->operation == BTRFS_RBIO_READ_REBUILD) in unlock_stripe() 749 else if (next->operation == BTRFS_RBIO_REBUILD_MISSING) { in unlock_stripe() 752 } else if (next->operation == BTRFS_RBIO_WRITE) { in unlock_stripe() 755 } else if (next->operation == BTRFS_RBIO_PARITY_SCRUB) { in unlock_stripe() 861 max_errors = (rbio->operation == BTRFS_RBIO_PARITY_SCRUB) ? in raid_write_end_io() 1815 rbio->operation = BTRFS_RBIO_WRITE; in raid56_parity_write() [all …]
|
D | raid56.h | 57 enum btrfs_rbio_ops operation; member
|
/fs/ceph/ |
D | locks.c | 59 static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode, in ceph_lock_message() argument 68 if (operation == CEPH_MDS_OP_SETFILELOCK) { in ceph_lock_message() 79 if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK) in ceph_lock_message() 82 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message() 99 (int)operation, owner, (u64)fl->fl_pid, fl->fl_start, length, in ceph_lock_message() 114 if (!err && operation == CEPH_MDS_OP_GETFILELOCK) { in ceph_lock_message() 135 (int)operation, (u64)fl->fl_pid, fl->fl_start, in ceph_lock_message()
|
/fs/nfs/ |
D | Kconfig | 138 may be sent in the NFS exchange_id operation. The value must be in 210 bool "NFS: Enable support for the NFSv4.2 READ_PLUS operation" 214 This is intended for developers only. The READ_PLUS operation has
|
/fs/coda/ |
D | Kconfig | 10 disconnected operation (e.g. for laptops), read/write server
|
/fs/reiserfs/ |
D | Kconfig | 41 operation. It will also go substantially slower. More than once we
|
/fs/ntfs/ |
D | Kconfig | 59 The only supported operation is overwriting existing files, without
|
/fs/overlayfs/ |
D | Kconfig | 117 happen when a file is opened for WRITE operation. It is still
|
/fs/ |
D | namei.c | 1250 const char *operation = S_ISFIFO(inode->i_mode) ? in may_create_in_sticky() local 1253 audit_log_path_denied(AUDIT_ANOM_CREAT, operation); in may_create_in_sticky()
|