Searched hist:d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | ialloc.c | diff d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0 Wed Oct 20 11:28:46 CDT 2010 Jan Kara <jack@suse.cz> udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
uniqueID handling has been duplicated in three places. Move it into a common helper. Since we modify an LVID buffer with uniqueID update, we take sbi->s_alloc_mutex to protect agaist other modifications of the structure.
Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | udfdecl.h | diff d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0 Wed Oct 20 11:28:46 CDT 2010 Jan Kara <jack@suse.cz> udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
uniqueID handling has been duplicated in three places. Move it into a common helper. Since we modify an LVID buffer with uniqueID update, we take sbi->s_alloc_mutex to protect agaist other modifications of the structure.
Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | namei.c | diff d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0 Wed Oct 20 11:28:46 CDT 2010 Jan Kara <jack@suse.cz> udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
uniqueID handling has been duplicated in three places. Move it into a common helper. Since we modify an LVID buffer with uniqueID update, we take sbi->s_alloc_mutex to protect agaist other modifications of the structure.
Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | super.c | diff d664b6af609ecf5e7dcedf92f0bf188e3a29b3e0 Wed Oct 20 11:28:46 CDT 2010 Jan Kara <jack@suse.cz> udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
uniqueID handling has been duplicated in three places. Move it into a common helper. Since we modify an LVID buffer with uniqueID update, we take sbi->s_alloc_mutex to protect agaist other modifications of the structure.
Signed-off-by: Jan Kara <jack@suse.cz>
|